Searched refs:onHotplugReceived (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockEventThread.h | 43 MOCK_METHOD(void, onHotplugReceived, (PhysicalDisplayId, bool), (override));
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | EventThreadTest.cpp | 220 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in setupEventThread() 401 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F() 705 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F() 712 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in TEST_F() 719 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, false); in TEST_F() 726 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, true); in TEST_F()
|
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 76 onHotplugReceived(ResultOf(convert, Case::Display::DISPLAY_ID::get()), connected)) in expectHotplugReceived()
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 296 EXPECT_CALL(*mAppEventThread, onHotplugReceived(mDisplayId, true)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.h | 109 virtual void onHotplugReceived(PhysicalDisplayId displayId, bool connected) = 0; 168 void onHotplugReceived(PhysicalDisplayId displayId, bool connected) override;
|
D | Scheduler.cpp | 390 eventThreadFor(Cycle::Render).onHotplugReceived(displayId, connected); in dispatchHotplug() 391 eventThreadFor(Cycle::LastComposite).onHotplugReceived(displayId, connected); in dispatchHotplug()
|
D | EventThread.cpp | 434 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived() function in android::impl::EventThread
|