Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp137 Level inboundTraceLevel, Level dispatchTraceLevel, InputTraceSession& s) { in tapAndExpect() argument
142 s.expectMotionTraced(inboundTraceLevel, toMotionEvent(down)); in tapAndExpect()
152 s.expectMotionTraced(inboundTraceLevel, toMotionEvent(up)); in tapAndExpect()
160 Level inboundTraceLevel, Level dispatchTraceLevel, in keypressAndExpect() argument
164 s.expectKeyTraced(inboundTraceLevel, toKeyEvent(down)); in keypressAndExpect()
172 s.expectKeyTraced(inboundTraceLevel, toKeyEvent(up)); in keypressAndExpect()