Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java23 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()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h183 using HotplugEvent = SurfaceFlinger::HotplugEvent;
DDisplayTransactionTestHelpers.h357 TestableSurfaceFlinger::HotplugEvent{HWC_DISPLAY_ID, connection});
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h474 struct HotplugEvent { struct
1280 std::vector<HotplugEvent> mPendingHotplugEvents GUARDED_BY(mStateLock);
DSurfaceFlinger.cpp1784 mPendingHotplugEvents.emplace_back(HotplugEvent{hwcDisplayId, connection}); in onComposerHalHotplug()