Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A 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()
H A DInputState.cpp331 << inputEventSourceToString(lastMemento.source) << " and new event is " in shouldCancelPreviousStream()
H A DInputDispatcher.cpp2159 inputEventSourceToString(entry.source).c_str(), entry.displayId.toString().c_str(), in logOutboundMotionDetails()
4479 args.id, args.eventTime, args.deviceId, inputEventSourceToString(args.source).c_str(), in notifyKey()
4573 args.id, args.eventTime, args.deviceId, inputEventSourceToString(args.source).c_str(), in notifyMotion()
/aosp_15_r20/frameworks/native/libs/input/
H A DMotionPredictor.cpp186 inputEventSourceToString(event.getSource()).c_str()); in record()
376 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
H A DInput.cpp227 std::string inputEventSourceToString(int32_t source) { in inputEventSourceToString() function
430 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
1174 out << ", mSource=" << inputEventSourceToString(mSource); in safeDump()
1241 out << ", source=" << inputEventSourceToString(event.getSource()); in operator <<()
H A DInputTransport.cpp546 inputEventSourceToString(source).c_str(), KeyEvent::actionToString(action), flags, in publishKeyEvent()
596 inputEventSourceToString(source).c_str(), displayId.toString().c_str(), in publishMotionEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp141 inputEventSourceToString(deviceInfo.getSources()).c_str()); in dump()
161 name, inputEventSourceToString(range.source).c_str(), range.min, in dump()
607 getId(), inputEventSourceToString(getSources()).c_str()); in getKeyCodeForKeyLocation()
H A DInputReader.cpp286 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked()
341 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp138 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h64 *os << "with source " << inputEventSourceToString(mSource); in DescribeTo()
H A DInputReader_test.cpp1549 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1589 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
1605 << "Unexpected source " << inputEventSourceToString(device->getSources()).c_str(); in TEST_F()
/aosp_15_r20/frameworks/native/include/input/
H A DInput.h258 std::string inputEventSourceToString(int32_t source);