Searched refs:inputEventSourceToString (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.cpp | 154 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 D | InputState.cpp | 331 << inputEventSourceToString(lastMemento.source) << " and new event is " in shouldCancelPreviousStream()
|
H A D | InputDispatcher.cpp | 2159 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 D | MotionPredictor.cpp | 186 inputEventSourceToString(event.getSource()).c_str()); in record() 376 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
|
H A D | Input.cpp | 227 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 D | InputTransport.cpp | 546 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 D | InputDevice.cpp | 141 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 D | InputReader.cpp | 286 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked() 341 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | NotifyArgs.cpp | 138 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | TestEventMatchers.h | 64 *os << "with source " << inputEventSourceToString(mSource); in DescribeTo()
|
H A D | InputReader_test.cpp | 1549 << "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 D | Input.h | 258 std::string inputEventSourceToString(int32_t source);
|