Searched refs:alarmAt (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VSyncDispatchTimerQueueTest.cpp | 69 ON_CALL(*this, alarmAt(_, _)) in ControllableClock() 229 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 246 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 264 EXPECT_CALL(mMockClock, alarmAt(_, 1050)); in TEST_F() 292 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 305 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 319 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 337 EXPECT_CALL(mMockClock, alarmAt(_, 900)); in TEST_F() 660 EXPECT_CALL(mMockClock, alarmAt(_, 500)); in TEST_F() 727 EXPECT_CALL(mMockClock, alarmAt(_, 600)); in TEST_F() [all …]
|
H A D | TimerTest.cpp | 40 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 10'000'00); in TEST_F()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | TimeKeeper.h | 49 virtual void alarmAt(std::function<void()> const& callback, nsecs_t time) = 0;
|
H A D | Timer.h | 35 void alarmAt(std::function<void()> const& cb, nsecs_t time) final;
|
H A D | Timer.cpp | 91 void Timer::alarmAt(std::function<void()> const& cb, nsecs_t time) { in alarmAt() function in android::scheduler::Timer
|
H A D | VSyncDispatchTimerQueue.cpp | 216 mTimeKeeper->alarmAt(std::bind(&VSyncDispatchTimerQueue::timerCallback, this), in setTimer()
|