Searched refs:HotplugEvent (Results 1 – 12 of 12) sorted by relevance
38 using ::android::hardware::tv::cec::V1_0::HotplugEvent;100 const ::android::hardware::tv::cec::V1_0::HotplugEvent& /* event */) { in onHotplugEvent()
30 oneway onHotplugEvent(HotplugEvent event);
214 struct HotplugEvent {
52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent()263 HotplugEvent hotplugEvent{.connected = ((msgBuf[3]) & 0xf) > 0, in handleHotplugMessage()
40 using ::android::hardware::tv::cec::V1_0::HotplugEvent;
81 HotplugEvent hotplugEvent { in eventCallback()
212 HotplugEvent hotplugEvent{.connected = ((msgBuf[3]) & 0xf) > 0, in handleHotplugMessage()
23 import android.hardware.tv.cec.V1_0.HotplugEvent;1163 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent()1196 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent()
183 using HotplugEvent = SurfaceFlinger::HotplugEvent;
357 TestableSurfaceFlinger::HotplugEvent{HWC_DISPLAY_ID, connection});
469 struct HotplugEvent { struct1303 std::vector<HotplugEvent> mPendingHotplugEvents GUARDED_BY(mStateLock);
1792 mPendingHotplugEvents.emplace_back(HotplugEvent{hwcDisplayId, connection}); in onComposerHalHotplug()