Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp194 "Expected to receive " << motionClassificationToString(classification); in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp256 buttonState, motionClassificationToString(classification), edgeFlags, in getDescription()
/frameworks/native/services/inputflinger/
DInputClassifier.cpp364 deviceId, motionClassificationToString(classification), downTime); in dump()
/frameworks/native/libs/input/
DInput.cpp82 const char* motionClassificationToString(MotionClassification classification) { in motionClassificationToString() function
969 out << ", classification=" << motionClassificationToString(event.getClassification()); in operator <<()
DInputTransport.cpp567 motionClassificationToString(classification), xPrecision, yPrecision, downTime, in publishMotionEvent()
/frameworks/native/include/input/
DInput.h298 const char* motionClassificationToString(MotionClassification classification);