Searched refs:inputEventSourceToString (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
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()
|
D | InputState.cpp | 338 << inputEventSourceToString(lastMemento.source) << " and new event is " in shouldCancelPreviousStream()
|
D | InputDispatcher.cpp | 2208 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/ |
D | MotionPredictor.cpp | 186 inputEventSourceToString(event.getSource()).c_str()); in record() 376 inputEventSourceToString(source).c_str()); in isPredictionAvailable()
|
D | Input.cpp | 227 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 <<()
|
D | InputTransport.cpp | 559 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/ |
D | InputDevice.cpp | 143 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()
|
D | InputReader.cpp | 307 inputEventSourceToString(device->getSources()).c_str()); in addDeviceLocked() 362 inputEventSourceToString(device->getSources()).c_str()); in removeDeviceLocked()
|
/frameworks/native/services/inputflinger/ |
D | NotifyArgs.cpp | 138 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
|
/frameworks/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 77 *os << "with source " << inputEventSourceToString(mSource); in DescribeTo()
|
D | InputReader_test.cpp | 1624 << "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/ |
D | Input.h | 270 std::string inputEventSourceToString(int32_t source);
|