| 228 | } |
| 229 | |
| 230 | int CecCommandHandler(void *UNUSED(cbParam), const cec_command* UNUSED(command)) |
| 231 | { |
| 232 | return 0; |
| 233 | } |
| 234 | void CecAlert(void *UNUSED(cbParam), const libcec_alert type, const libcec_parameter UNUSED(param)) |
| 235 | { |
| 236 | switch (type) |
nothing calls this directly
no outgoing calls
no test coverage detected