Home
last modified time | relevance | path

Searched refs:onScreenReleased (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp123 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(0); in TEST_F()
124 mScheduler->onScreenReleased(handle); in TEST_F()
148 EXPECT_CALL(*mEventThread, onScreenReleased()).Times(1); in TEST_F()
149 mScheduler->onScreenReleased(mConnectionHandle); in TEST_F()
H A DSurfaceFlinger_SetPowerModeInternalTest.cpp67 EXPECT_CALL(*test->mEventThread, onScreenReleased()).Times(0); in setupVsyncAndEventThreadNoCallExpectations()
102 EXPECT_CALL(*test->mEventThread, onScreenReleased()).Times(1); in setupReleaseAndDisableVsyncCallExpectations()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.h119 virtual void onScreenReleased() = 0;
169 void onScreenReleased() override;
H A DScheduler.h93 void onScreenReleased(ConnectionHandle);
H A DScheduler.cpp330 void Scheduler::onScreenReleased(ConnectionHandle handle) { in onScreenReleased() function in android::Scheduler
337 thread->onScreenReleased(); in onScreenReleased()
H A DEventThread.cpp333 void EventThread::onScreenReleased() { in onScreenReleased() function in android::impl::EventThread
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockEventThread.h33 MOCK_METHOD0(onScreenReleased, void());
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4638 mScheduler->onScreenReleased(mAppConnectionHandle); in setPowerModeInternal()
4658 mScheduler->onScreenReleased(mAppConnectionHandle); in setPowerModeInternal()