Home
last modified time | relevance | path

Searched refs:AsyncCallRecorder (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DAsyncCallRecorder.h73 class AsyncCallRecorder; variable
76 class AsyncCallRecorder<void (*)(Args...)> {
152 : public AsyncCallRecorder<void (*)(Args...)> {
H A DEventThreadTest.cpp105 AsyncCallRecorder<void (*)(bool)> mVSyncSetEnabledCallRecorder;
106 AsyncCallRecorder<void (*)(VSyncSource::Callback*)> mVSyncSetCallbackCallRecorder;
107 AsyncCallRecorder<void (*)(std::chrono::nanoseconds, std::chrono::nanoseconds)>
109 AsyncCallRecorder<void (*)()> mResyncCallRecorder;
110 AsyncCallRecorder<void (*)(nsecs_t)> mInterceptVSyncCallRecorder;
111 AsyncCallRecorder<void (*)(nsecs_t, uid_t)> mThrottleVsyncCallRecorder;
H A DTimerTest.cpp32 AsyncCallRecorder<void (*)()> mCallbackRecorder;
H A DOneShotTimerTest.cpp38 AsyncCallRecorder<void (*)()> mResetTimerCallback;
39 AsyncCallRecorder<void (*)()> mExpiredTimerCallback;
H A DDispSyncSourceTest.cpp138 AsyncCallRecorder<void (*)(nsecs_t, nsecs_t, nsecs_t)> mVSyncEventCallRecorder;