| 45 | #define ToString(p) LIB_CEC->ToString(p) |
| 46 | |
| 47 | CRHCommandHandler::CRHCommandHandler(CCECBusDevice *busDevice, |
| 48 | int32_t iTransmitTimeout /* = CEC_DEFAULT_TRANSMIT_TIMEOUT */, |
| 49 | int32_t iTransmitWait /* = CEC_DEFAULT_TRANSMIT_WAIT */, |
| 50 | int8_t iTransmitRetries /* = CEC_DEFAULT_TRANSMIT_RETRIES */, |
| 51 | int64_t iActiveSourcePending /* = 0 */) : |
| 52 | CCECCommandHandler(busDevice, iTransmitTimeout, iTransmitWait, iTransmitRetries, iActiveSourcePending) |
| 53 | { |
| 54 | m_vendorId = CEC_VENDOR_ONKYO; |
| 55 | } |
| 56 | |
| 57 | int CRHCommandHandler::HandleDeviceVendorCommandWithId(const cec_command &command) |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected