Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp119 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in EventThreadTest()
233 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
429 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, false); in TEST_F()
434 mThread->onHotplugReceived(INTERNAL_DISPLAY_ID, true); in TEST_F()
439 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, false); in TEST_F()
444 mThread->onHotplugReceived(EXTERNAL_DISPLAY_ID, true); in TEST_F()
DSchedulerTest.cpp146 EXPECT_CALL(*mEventThread, onHotplugReceived(_, _)).Times(0); in TEST_F()
178 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.cpp910 mFlinger.onHotplugReceived(currentSequenceId, hwcDisplayId1, HWC2::Connection::Connected); in TEST_F()
911 mFlinger.onHotplugReceived(currentSequenceId, hwcDisplayId2, HWC2::Connection::Disconnected); in TEST_F()
953 mFlinger.onHotplugReceived(otherSequenceId, displayId, HWC2::Connection::Invalid); in TEST_F()
1001 mFlinger.onHotplugReceived(currentSequenceId, displayId1, HWC2::Connection::Disconnected); in TEST_F()
1552 onHotplugReceived(ResultOf(convert, Case::Display::DISPLAY_ID::get()), connected)) in expectHotplugReceived()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockEventThread.h35 MOCK_METHOD2(onHotplugReceived, void(PhysicalDisplayId, bool));
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h107 virtual void onHotplugReceived(PhysicalDisplayId displayId, bool connected) = 0;
147 void onHotplugReceived(PhysicalDisplayId displayId, bool connected) override;
DEventThread.cpp298 void EventThread::onHotplugReceived(PhysicalDisplayId displayId, bool connected) { in onHotplugReceived() function in android::impl::EventThread
DScheduler.cpp189 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.h495 void onHotplugReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId,
DSurfaceFlinger.cpp1468 void SurfaceFlinger::onHotplugReceived(int32_t sequenceId, hwc2_display_t hwcDisplayId, in onHotplugReceived() function in android::SurfaceFlinger