Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp183 deviceId, eventTime, inputEventSourceToString(source).c_str(), displayId, in getDescription()
256 deviceId, eventTime, inputEventSourceToString(source).c_str(), displayId, in getDescription()
293 deviceId, inputEventSourceToString(source).c_str(), in getDescription()
DInputDispatcher.cpp1939 inputEventSourceToString(entry.source).c_str(), entry.displayId, entry.policyFlags, in logOutboundMotionDetails()
4259 args.id, args.eventTime, args.deviceId, inputEventSourceToString(args.source).c_str(), in notifyKey()
4339 args.id, args.eventTime, args.deviceId, inputEventSourceToString(args.source).c_str(), in notifyMotion()
/frameworks/native/libs/input/
DMotionPredictor.cpp79 inputEventSourceToString(event.getSource()).c_str()); in record()
249 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
DInput.cpp173 std::string inputEventSourceToString(int32_t source) { in inputEventSourceToString() function
362 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
1047 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
DInputTransport.cpp583 inputEventSourceToString(source).c_str(), KeyEvent::actionToString(action), flags, in publishKeyEvent()
643 inputEventSourceToString(source).c_str(), displayId, in publishMotionEvent()
/frameworks/native/services/inputflinger/tests/
DTestInputListenerMatchers.h53 *result_listener << "expected source " << inputEventSourceToString(source) << ", but got "
54 << inputEventSourceToString(arg.source);
DInputReader_test.cpp1461 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1501 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1517 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
DInputDispatcher_test.cpp175 *result_listener << "expected source " << inputEventSourceToString(source) << ", but got "
176 << inputEventSourceToString(arg.getSource());
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp118 inputEventSourceToString(deviceInfo.getSources()).c_str()); in dump()
138 name, inputEventSourceToString(range.source).c_str(), range.min, in dump()
550 getId(), inputEventSourceToString(getSources()).c_str()); in getKeyCodeForKeyLocation()
DInputReader.cpp251 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked()
306 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp143 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
/frameworks/native/include/input/
DInput.h227 std::string inputEventSourceToString(int32_t source);