Home
last modified time | relevance | path

Searched refs:onHotplugEvent (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tv/cec/1.1/default/
DHdmiCecMock.cpp52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent() function in android::hardware::tv::cec::V1_1::implementation::WrappedCallback
53 mCallback->onHotplugEvent(event); in onHotplugEvent()
282 mCallback->onHotplugEvent(hotplugEvent); in handleHotplugMessage()
/hardware/interfaces/tv/cec/1.0/
DIHdmiCecCallback.hal30 oneway onHotplugEvent(HotplugEvent event);
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.h85 mCallback->onHotplugEvent(hotplugEvent); in eventCallback()
DHdmiCecMock.cpp231 mCallback->onHotplugEvent(hotplugEvent); in handleHotplugMessage()
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp99 Return<void> onHotplugEvent( in onHotplugEvent() function in HdmiCecTest::CecCallback