| 2166 | } |
| 2167 | |
| 2168 | int CecMenuManaged(const CEC::cec_menu_state newVal) |
| 2169 | { |
| 2170 | try { |
| 2171 | return ReceiveMenuStateChange((CecMenuState)newVal); |
| 2172 | } |
| 2173 | catch (...) {} |
| 2174 | return 0; |
| 2175 | } |
| 2176 | |
| 2177 | void CecSourceActivatedManaged(const CEC::cec_logical_address logicalAddress, const uint8_t bActivated) |
| 2178 | { |
nothing calls this directly
no test coverage detected