| 352 | } |
| 353 | |
| 354 | OniBool isCommandSupported(int commandId) |
| 355 | { |
| 356 | switch (commandId) |
| 357 | { |
| 358 | default: |
| 359 | case ONI_DEVICE_COMMAND_SEEK: |
| 360 | return false; |
| 361 | } |
| 362 | } |
| 363 | |
| 364 | OniStatus invoke(int commandId, void* data, int dataSize) |
| 365 | { |
nothing calls this directly
no outgoing calls
no test coverage detected