Searched refs:onHotplugEvent (Results 1 – 8 of 8) sorted by relevance
155 public void onHotplugEvent(int port, boolean connected) { in onHotplugEvent() method in FakeNativeWrapper160 mCallback.onHotplugEvent(port, connected); in onHotplugEvent()
1309 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_broadcastsActiveSource()1310 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_broadcastsActiveSource()1327 mNativeWrapper.onHotplugEvent(1, false); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource()1328 mNativeWrapper.onHotplugEvent(1, true); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource()
52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent() function in android::hardware::tv::cec::V1_1::implementation::WrappedCallback53 mCallback->onHotplugEvent(event); in onHotplugEvent()282 mCallback->onHotplugEvent(hotplugEvent); in handleHotplugMessage()
1141 public void onHotplugEvent(int portId, boolean connected) { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback1163 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback101164 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent()1196 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent() method in HdmiCecController.HdmiCecCallback111197 mHdmiCecCallback.onHotplugEvent(event.portId, event.connected); in onHotplugEvent()
30 oneway onHotplugEvent(HotplugEvent event);
85 mCallback->onHotplugEvent(hotplugEvent); in eventCallback()
231 mCallback->onHotplugEvent(hotplugEvent); in handleHotplugMessage()
99 Return<void> onHotplugEvent( in onHotplugEvent() function in HdmiCecTest::CecCallback