Home
last modified time | relevance | path

Searched refs:AsyncCallRecorderWithCannedReturn (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DAsyncCallRecorder.h148 class AsyncCallRecorderWithCannedReturn; variable
151 class AsyncCallRecorderWithCannedReturn<Ret (*)(Args...)>
154 explicit AsyncCallRecorderWithCannedReturn(Ret returnvalue) : mReturnValue(returnvalue) {} in AsyncCallRecorderWithCannedReturn() function
H A DEventThreadTest.cpp76 AsyncCallRecorderWithCannedReturn<status_t (*)(const DisplayEventReceiver::Event&)>;