Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputTraceSession.cpp48 const InputTraceSession::WindowDispatchEvent& event) { in operator <<()
151 bool eventMatches(const InputTraceSession::WindowDispatchEvent& expected, in eventMatches()
196 InputTraceSession::InputTraceSession( in InputTraceSession() function in android::InputTraceSession
200 InputTraceSession::~InputTraceSession() { in ~InputTraceSession()
205 void InputTraceSession::expectMotionTraced(Level level, const MotionEvent& event) { in expectMotionTraced()
209 void InputTraceSession::expectKeyTraced(Level level, const KeyEvent& event) { in expectKeyTraced()
213 void InputTraceSession::expectDispatchTraced(Level level, const WindowDispatchEvent& event) { in expectDispatchTraced()
217 void InputTraceSession::verifyExpectations(const std::string& rawTrace) { in verifyExpectations()
DInputTraceSession.h56 class InputTraceSession {
58 explicit InputTraceSession(
63 ~InputTraceSession();
DInputTracingTest.cpp137 Level inboundTraceLevel, Level dispatchTraceLevel, InputTraceSession& s) { in tapAndExpect()
161 InputTraceSession& s) { in keypressAndExpect()
184 InputTraceSession s{[](auto& config) {}}; in TEST_F()
198 InputTraceSession s{ in TEST_F()
213 InputTraceSession s{[](auto& config) { in TEST_F()
231 InputTraceSession s{[](auto& config) { in TEST_F()
252 InputTraceSession s{[](auto& config) { in TEST_F()
273 InputTraceSession s{[](auto& config) { in TEST_F()
317 InputTraceSession s{[](auto& config) { in TEST_F()
347 InputTraceSession s{[](auto& config) { in TEST_F()
[all …]
DAndroid.bp70 "InputTraceSession.cpp",