Searched refs:hotplugReceived (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 112 ASSERT_NO_FATAL_FAILURE(mScheduler->hotplugReceived(nullptr, PHYSICAL_DISPLAY_ID, false)); in TEST_F() 137 mScheduler->hotplugReceived(connectionHandle, PHYSICAL_DISPLAY_ID, false)); in TEST_F() 167 mScheduler->hotplugReceived(mConnectionHandle, PHYSICAL_DISPLAY_ID, false)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 115 void hotplugReceived(const sp<ConnectionHandle>& handle, PhysicalDisplayId displayId,
|
D | Scheduler.cpp | 171 void Scheduler::hotplugReceived(const sp<Scheduler::ConnectionHandle>& handle, in hotplugReceived() function in android::Scheduler
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2567 mScheduler->hotplugReceived(mAppConnectionHandle, displayId, connected); in dispatchDisplayHotplugEvent() 2568 mScheduler->hotplugReceived(mSfConnectionHandle, displayId, connected); in dispatchDisplayHotplugEvent()
|