Searched refs:inputEventSourceToString (Results 1 – 12 of 12) sorted by relevance
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | Entry.cpp | 183 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()
|
| D | InputDispatcher.cpp | 1939 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/ |
| D | MotionPredictor.cpp | 79 inputEventSourceToString(event.getSource()).c_str()); in record() 249 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
|
| D | Input.cpp | 173 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 <<()
|
| D | InputTransport.cpp | 583 inputEventSourceToString(source).c_str(), KeyEvent::actionToString(action), flags, in publishKeyEvent() 643 inputEventSourceToString(source).c_str(), displayId, in publishMotionEvent()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | TestInputListenerMatchers.h | 53 *result_listener << "expected source " << inputEventSourceToString(source) << ", but got " 54 << inputEventSourceToString(arg.source);
|
| D | InputReader_test.cpp | 1461 << "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()
|
| D | InputDispatcher_test.cpp | 175 *result_listener << "expected source " << inputEventSourceToString(source) << ", but got " 176 << inputEventSourceToString(arg.getSource());
|
| /frameworks/native/services/inputflinger/reader/ |
| D | InputDevice.cpp | 118 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()
|
| D | InputReader.cpp | 251 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked() 306 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
|
| /frameworks/native/services/inputflinger/ |
| D | NotifyArgs.cpp | 143 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
|
| /frameworks/native/include/input/ |
| D | Input.h | 227 std::string inputEventSourceToString(int32_t source);
|