Searched refs:DisplayHotplugEvent (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_HotplugTest.cpp | 26 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()
|
D | HWComposerTest.cpp | 61 using ::aidl::android::hardware::graphics::common::DisplayHotplugEvent; 447 MOCK_METHOD(void, onComposerHalHotplugEvent, (hal::HWDisplayId, DisplayHotplugEvent),
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 62 DisplayHotplugEvent::CONNECTED); in SetUp()
|
D | TestableSurfaceFlinger.h | 466 void onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, DisplayHotplugEvent event) { in onComposerHalHotplugEvent()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | Hal.h | 62 using DisplayHotplugEvent = aidl::android::hardware::graphics::common::DisplayHotplugEvent; variable
|
D | HWC2.h | 69 using aidl::android::hardware::graphics::common::DisplayHotplugEvent; 78 virtual void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) = 0;
|
D | HidlComposerHal.cpp | 42 using aidl::android::hardware::graphics::common::DisplayHotplugEvent; 73 const auto event = connection == Connection::CONNECTED ? DisplayHotplugEvent::CONNECTED in onHotplug() 74 : DisplayHotplugEvent::DISCONNECTED; in onHotplug()
|
D | AidlComposerHal.cpp | 81 using AidlDisplayHotplugEvent = aidl::android::hardware::graphics::common::DisplayHotplugEvent;
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 137 using ::aidl::android::hardware::graphics::common::DisplayHotplugEvent; 678 void onComposerHalHotplugEvent(hal::HWDisplayId, DisplayHotplugEvent) override;
|
D | SurfaceFlinger.cpp | 2242 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()
|