Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp116 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in EventThreadTest()
229 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
418 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
423 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in TEST_F()
428 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, false); in TEST_F()
433 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, true); in TEST_F()
DSchedulerTest.cpp135 EXPECT_CALL(*mEventThread, onHotplugReceived(_, _)).Times(0); in TEST_F()
165 EXPECT_CALL(*mEventThread, onHotplugReceived(PHYSICAL_DISPLAY_ID, false)).Times(1); in TEST_F()
DTestableSurfaceFlinger.h257 auto onHotplugReceived(int32_t sequenceId, hwc2_display_t display, in onHotplugReceived() function
259 return mFlinger->onHotplugReceived(sequenceId, display, connection); in onHotplugReceived()
DDisplayTransactionTest.cpp900 mFlinger.onHotplugReceived(currentSequenceId, hwcDisplayId1, HWC2::Connection::Connected); in TEST_F()
901 mFlinger.onHotplugReceived(currentSequenceId, hwcDisplayId2, HWC2::Connection::Disconnected); in TEST_F()
943 mFlinger.onHotplugReceived(otherSequenceId, displayId, HWC2::Connection::Invalid); in TEST_F()
991 mFlinger.onHotplugReceived(currentSequenceId, displayId1, HWC2::Connection::Disconnected); in TEST_F()
1542 onHotplugReceived(ResultOf(convert, Case::Display::DISPLAY_ID::get()), connected)) in expectHotplugReceived()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockEventThread.h34 MOCK_METHOD2(onHotplugReceived, void(PhysicalDisplayId, bool));
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h104 virtual void onHotplugReceived(PhysicalDisplayId displayId, bool connected) = 0;
143 void onHotplugReceived(PhysicalDisplayId displayId, bool connected) override;
DEventThread.cpp290 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived() function in android::impl::EventThread
DScheduler.cpp174 mConnections[handle->id]->thread->onHotplugReceived(displayId, connected); in hotplugReceived()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h69 virtual void onHotplugReceived(int32_t sequenceId, hwc2_display_t display,
DHWC2.cpp72 mCallback->onHotplugReceived(mSequenceId, display, connection); in onHotplug()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h480 void onHotplugReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId,
DSurfaceFlinger.cpp1489 void SurfaceFlinger::onHotplugReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId, in onHotplugReceived() function in android::SurfaceFlinger