Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp204 coords += StringPrintf(" toolType=%s", motionToolTypeToString(toolType)); in dump()
/frameworks/native/include/input/
DInput.h300 const char* motionToolTypeToString(int32_t toolType);
/frameworks/native/libs/input/
DInput.cpp93 const char* motionToolTypeToString(int32_t toolType) { in motionToolTypeToString() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp116 *result_listener << "expected tool type " << motionToolTypeToString(toolType) << ", but got "
117 << motionToolTypeToString(argToolType);