| 113 | } |
| 114 | |
| 115 | bool CRPiCECAdapterCommunication::IsInitialised(void) |
| 116 | { |
| 117 | CLockObject lock(m_mutex); |
| 118 | return m_bInitialised; |
| 119 | } |
| 120 | |
| 121 | void CRPiCECAdapterCommunication::OnTVServiceCallback(uint32_t reason, uint32_t UNUSED(p0), uint32_t UNUSED(p1)) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected