Home
last modified time | relevance | path

Searched refs:onComposerHalHotplugEvent (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HotplugTest.cpp36 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()
DTestableSurfaceFlinger.h466 void onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, DisplayHotplugEvent event) { in onComposerHalHotplugEvent() function
467 mFlinger->onComposerHalHotplugEvent(hwcDisplayId, event); in onComposerHalHotplugEvent()
DSurfaceFlinger_DisplayModeSwitching.cpp61 mFlinger.onComposerHalHotplugEvent(PrimaryDisplayVariant::HWC_DISPLAY_ID, in SetUp()
DHWComposerTest.cpp447 MOCK_METHOD(void, onComposerHalHotplugEvent, (hal::HWDisplayId, DisplayHotplugEvent),
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h78 virtual void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) = 0;
DAidlComposerHal.cpp180 mCallback.onComposerHalHotplugEvent(translate<Display>(in_display), event); in onHotplug()
222 mCallback.onComposerHalHotplugEvent(translate<Display>(in_display), event); in onHotplugEvent()
DHidlComposerHal.cpp75 mCallback.onComposerHalHotplugEvent(display, event); in onHotplug()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h678 void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) override;
DSurfaceFlinger.cpp2241 void SurfaceFlinger::onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, in onComposerHalHotplugEvent() function in android::SurfaceFlinger
7481 onComposerHalHotplugEvent(hwcId, DisplayHotplugEvent::CONNECTED); in onTransact()