Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp154 deviceId, eventTime, inputEventSourceToString(source).c_str(), in getDescription()
220 deviceId, eventTime, inputEventSourceToString(source).c_str(), in getDescription()
261 deviceId, inputEventSourceToString(source).c_str(), in getDescription()
DInputState.cpp338 << inputEventSourceToString(lastMemento.source) << " and new event is " in shouldCancelPreviousStream()
DInputDispatcher.cpp2208 inputEventSourceToString(entry.source).c_str(), entry.displayId.toString().c_str(), in logOutboundMotionDetails()
4440 << ", source=" << inputEventSourceToString(args.source) in notifyKey()
4536 args.id, args.eventTime, args.deviceId, inputEventSourceToString(args.source).c_str(), in notifyMotion()
/frameworks/native/libs/input/
DMotionPredictor.cpp186 inputEventSourceToString(event.getSource()).c_str()); in record()
376 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
DInput.cpp227 std::string inputEventSourceToString(int32_t source) { in inputEventSourceToString() function
460 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
1204 out << ", mSource=" << inputEventSourceToString(mSource); in safeDump()
1271 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
DInputTransport.cpp559 inputEventSourceToString(source).c_str(), KeyEvent::actionToString(action), flags, in publishKeyEvent()
609 inputEventSourceToString(source).c_str(), displayId.toString().c_str(), in publishMotionEvent()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp143 inputEventSourceToString(deviceInfo.getSources()).c_str()); in dump()
163 name, inputEventSourceToString(range.source).c_str(), range.min, in dump()
613 getId(), inputEventSourceToString(getSources()).c_str()); in getKeyCodeForKeyLocation()
DInputReader.cpp307 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked()
362 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp138 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h77 *os << "with source " << inputEventSourceToString(mSource); in DescribeTo()
DInputReader_test.cpp1624 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1664 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1680 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
/frameworks/native/include/input/
DInput.h270 std::string inputEventSourceToString(int32_t source);