| 989 | } |
| 990 | |
| 991 | cec_menu_state CCECBusDevice::GetMenuState(const cec_logical_address UNUSED(initiator)) |
| 992 | { |
| 993 | CLockObject lock(m_mutex); |
| 994 | return m_menuState; |
| 995 | } |
| 996 | |
| 997 | void CCECBusDevice::SetMenuState(const cec_menu_state state) |
| 998 | { |
nothing calls this directly
no outgoing calls
no test coverage detected