| 429 | virtual const char* ToString(const cec_system_audio_status mode) = 0; |
| 430 | virtual const char* ToString(const cec_audio_status status) = 0; |
| 431 | virtual const char* ToString(const cec_vendor_id vendor) { return VendorIdToString((uint32_t)vendor); } |
| 432 | virtual const char* ToString(const cec_device_type type) = 0; |
| 433 | virtual const char* ToString(const cec_user_control_code key) = 0; |
| 434 | virtual const char* ToString(const cec_adapter_type type) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected