Searched refs:HotplugEvent (Results 1 – 5 of 5) sorted by relevance
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});
474 struct HotplugEvent { struct1280 std::vector<HotplugEvent> mPendingHotplugEvents GUARDED_BY(mStateLock);
1784 mPendingHotplugEvents.emplace_back(HotplugEvent{hwcDisplayId, connection}); in onComposerHalHotplug()