Home
last modified time | relevance | path

Searched refs:DisplayHotplugEvent (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HotplugTest.cpp26 using ::aidl::android::hardware::graphics::common::DisplayHotplugEvent;
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()
106 onHotplugConnectionError(static_cast<int32_t>(DisplayHotplugEvent::ERROR_UNKNOWN))) in TEST_F()
DHWComposerTest.cpp61 using ::aidl::android::hardware::graphics::common::DisplayHotplugEvent;
447 MOCK_METHOD(void, onComposerHalHotplugEvent, (hal::HWDisplayId, DisplayHotplugEvent),
DSurfaceFlinger_DisplayModeSwitching.cpp62 DisplayHotplugEvent::CONNECTED); in SetUp()
DTestableSurfaceFlinger.h466 void onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, DisplayHotplugEvent event) { in onComposerHalHotplugEvent()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h62 using DisplayHotplugEvent = aidl::android::hardware::graphics::common::DisplayHotplugEvent; variable
DHWC2.h69 using aidl::android::hardware::graphics::common::DisplayHotplugEvent;
78 virtual void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) = 0;
DHidlComposerHal.cpp42 using aidl::android::hardware::graphics::common::DisplayHotplugEvent;
73 const auto event = connection == Connection::CONNECTED ? DisplayHotplugEvent::CONNECTED in onHotplug()
74 : DisplayHotplugEvent::DISCONNECTED; in onHotplug()
DAidlComposerHal.cpp81 using AidlDisplayHotplugEvent = aidl::android::hardware::graphics::common::DisplayHotplugEvent;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h137 using ::aidl::android::hardware::graphics::common::DisplayHotplugEvent;
678 void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) override;
DSurfaceFlinger.cpp2242 DisplayHotplugEvent event) { in onComposerHalHotplugEvent()
2243 if (event == DisplayHotplugEvent::CONNECTED || event == DisplayHotplugEvent::DISCONNECTED) { in onComposerHalHotplugEvent()
2244 hal::Connection connection = (event == DisplayHotplugEvent::CONNECTED) in onComposerHalHotplugEvent()
3592 static_cast<int32_t>(DisplayHotplugEvent::ERROR_UNKNOWN)); in configureLocked()
7481 onComposerHalHotplugEvent(hwcId, DisplayHotplugEvent::CONNECTED); in onTransact()