Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/trace/
DThreadedBackend.h46 std::function<void()> getIdleWaiterForTesting();
DThreadedBackend.cpp121 std::function<void()> ThreadedBackend<Backend>::getIdleWaiterForTesting() { in getIdleWaiterForTesting() function in android::inputdispatcher::trace::impl::ThreadedBackend
/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp109 mRequestTracerIdle = tracingBackend->getIdleWaiterForTesting(); in SetUp()