Home
last modified time | relevance | path

Searched refs:onHotplugReceived (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockEventThread.h43 MOCK_METHOD(void, onHotplugReceived, (PhysicalDisplayId, bool), (override));
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp220 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()
DSurfaceFlinger_DisplayTransactionCommitTest.cpp76 onHotplugReceived(ResultOf(convert, Case::Display::DISPLAY_ID::get()), connected)) in expectHotplugReceived()
DSurfaceFlinger_DisplayModeSwitching.cpp296 EXPECT_CALL(*mAppEventThread, onHotplugReceived(mDisplayId, true)); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h109 virtual void onHotplugReceived(PhysicalDisplayId displayId, bool connected) = 0;
168 void onHotplugReceived(PhysicalDisplayId displayId, bool connected) override;
DScheduler.cpp390 eventThreadFor(Cycle::Render).onHotplugReceived(displayId, connected); in dispatchHotplug()
391 eventThreadFor(Cycle::LastComposite).onHotplugReceived(displayId, connected); in dispatchHotplug()
DEventThread.cpp434 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived() function in android::impl::EventThread