Home
last modified time | relevance | path

Searched refs:getInvocable (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp94 .WillRepeatedly(Invoke(mVSyncSetEnabledCallRecorder.getInvocable())); in EventThreadTest()
97 .WillRepeatedly(Invoke(mVSyncSetCallbackCallRecorder.getInvocable())); in EventThreadTest()
100 .WillRepeatedly(Invoke(mVSyncSetPhaseOffsetCallRecorder.getInvocable())); in EventThreadTest()
115 mResyncCallRecorder.getInvocable(), in createThread()
116 mInterceptVSyncCallRecorder.getInvocable(), in createThread()
123 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable())); in createConnection()
DAsyncCallRecorder.h98 auto getInvocable() { in getInvocable() function
154 auto getInvocable() { in getInvocable() function
DEventControlThreadTest.cpp62 mVSyncSetEnabledCallRecorder.getInvocable()); in createThread()