Searched refs:onComposerHalHotplugEvent (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_HotplugTest.cpp | 36 mFlinger.onComposerHalHotplugEvent(hwcDisplayId1, DisplayHotplugEvent::CONNECTED); in TEST_F() 39 mFlinger.onComposerHalHotplugEvent(hwcDisplayId2, DisplayHotplugEvent::DISCONNECTED); in TEST_F() 54 mFlinger.onComposerHalHotplugEvent(displayId1, DisplayHotplugEvent::DISCONNECTED); in TEST_F()
|
D | TestableSurfaceFlinger.h | 466 void onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, DisplayHotplugEvent event) { in onComposerHalHotplugEvent() function 467 mFlinger->onComposerHalHotplugEvent(hwcDisplayId, event); in onComposerHalHotplugEvent()
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 61 mFlinger.onComposerHalHotplugEvent(PrimaryDisplayVariant::HWC_DISPLAY_ID, in SetUp()
|
D | HWComposerTest.cpp | 447 MOCK_METHOD(void, onComposerHalHotplugEvent, (hal::HWDisplayId, DisplayHotplugEvent),
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 78 virtual void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) = 0;
|
D | AidlComposerHal.cpp | 180 mCallback.onComposerHalHotplugEvent(translate<Display>(in_display), event); in onHotplug() 222 mCallback.onComposerHalHotplugEvent(translate<Display>(in_display), event); in onHotplugEvent()
|
D | HidlComposerHal.cpp | 75 mCallback.onComposerHalHotplugEvent(display, event); in onHotplug()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 678 void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) override;
|
D | SurfaceFlinger.cpp | 2241 void SurfaceFlinger::onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, in onComposerHalHotplugEvent() function in android::SurfaceFlinger 7481 onComposerHalHotplugEvent(hwcId, DisplayHotplugEvent::CONNECTED); in onTransact()
|