Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputTracingBackend.h45 void expectMotionDispatchTraced(const MotionEvent& event, int32_t windowId);
DFakeInputTracingBackend.cpp71 void VerifyingTrace::expectMotionDispatchTraced(const MotionEvent& event, int32_t windowId) { in expectMotionDispatchTraced() function in android::inputdispatcher::VerifyingTrace
DInputDispatcher_test.cpp218 mVerifyingTrace->expectMotionDispatchTraced(static_cast<MotionEvent&>(*event), in handleEventReceivedByWindow()