Home
last modified time | relevance | path

Searched refs:getInputChannelName (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp115 const std::string getInputChannelName() { in getInputChannelName() function in android::NativeInputEventReceiver
171 ALOGD("channel '%s' ~ %s", getInputChannelName().c_str(), __func__); in reportTimeline()
238 getInputChannelName().c_str(), mOutboundQueue.size()); in processOutboundEvents()
274 getInputChannelName().c_str(), events); in handleEvent()
296 getInputChannelName().c_str(), events); in handleEvent()
336 getInputChannelName().c_str()); in consumeEvents()
344 getInputChannelName().c_str()); in consumeEvents()
383 getInputChannelName().c_str()); in consumeEvents()
408 getInputChannelName().c_str(), in consumeEvents()
433 getInputChannelName().c_str(), in consumeEvents()
[all …]
H A Dandroid_view_InputEventSender.cpp75 const std::string getInputChannelName() { in getInputChannelName() function in android::NativeInputEventSender
111 ALOGD("channel '%s' ~ Disposing input event sender.", getInputChannelName().c_str()); in dispose()
132 getInputChannelName().c_str(), status); in sendKeyEvent()
166 getInputChannelName().c_str(), status); in sendMotionEvent()
187 getInputChannelName().c_str(), events); in handleEvent()
195 getInputChannelName().c_str(), events); in handleEvent()
207 ALOGD("channel '%s' ~ Receiving finished signals.", getInputChannelName().c_str()); in processConsumerResponse()
213 getInputChannelName().c_str()); in processConsumerResponse()
225 getInputChannelName().c_str(), status); in processConsumerResponse()
255 getInputChannelName().c_str(), timeline.inputEventId, in notifyConsumerResponse()
[all …]