Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputTracingBackend.h42 void expectKeyDispatchTraced(const KeyEvent& event, int32_t windowId);
DFakeInputTracingBackend.cpp66 void VerifyingTrace::expectKeyDispatchTraced(const KeyEvent& event, int32_t windowId) { in expectKeyDispatchTraced() function in android::inputdispatcher::VerifyingTrace
DInputDispatcher_test.cpp214 mVerifyingTrace->expectKeyDispatchTraced(static_cast<KeyEvent&>(*event), info.id); in handleEventReceivedByWindow()