/frameworks/base/core/java/android/view/ |
D | InputEventReceiver.java | 49 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 61 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 200 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
|
D | InputEventSender.java | 45 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 56 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
D | BatchedInputEventReceiver.java | 32 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InputChannelCompat.java | 74 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 104 public InputEventDispatcher(InputChannel inputChannel, Looper looper) { in InputEventDispatcher()
|
D | InputConsumerController.java | 66 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 147 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Monitor.cpp | 22 Monitor::Monitor(const sp<InputChannel>& inputChannel) : inputChannel(inputChannel) {} in Monitor()
|
D | Monitor.h | 25 sp<InputChannel> inputChannel; // never null member
|
D | Connection.cpp | 23 Connection::Connection(const sp<InputChannel>& inputChannel, bool monitor) in Connection()
|
D | Connection.h | 46 sp<InputChannel> inputChannel; // never null variable
|
D | InputTarget.h | 93 sp<InputChannel> inputChannel; member
|
D | InputDispatcher.cpp | 1096 nsecs_t newTimeout, const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked() 1682 sp<InputChannel> inputChannel = getInputChannelLocked(windowHandle->getToken()); in addWindowTargetLocked() local 3368 sp<InputChannel> inputChannel = in setFocusedDisplay() local 3822 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel() 3852 status_t InputDispatcher::registerInputMonitor(const sp<InputChannel>& inputChannel, in registerInputMonitor() 3884 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 3904 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked() 3931 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked() 3937 const sp<InputChannel>& inputChannel, in removeMonitorChannelLocked() 4015 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
D | PointerEventDispatcher.java | 35 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
D | InputMonitor.java | 227 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer() 457 final InputChannel inputChannel = w.mInputChannel; in accept() local
|
D | InputConsumerImpl.java | 52 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
|
D | Letterbox.java | 220 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
|
D | TaskPositioner.java | 132 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel() 204 InputChannel* inputChannel = new InputChannel(); in android_view_InputChannel_nativeReadFromParcel() local 221 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel() local
|
D | android_view_InputEventSender.cpp | 81 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender() 241 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
D | android_view_InputEventReceiver.cpp | 91 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver() 338 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 46 sp<InputChannel> inputChannel = new InputChannel("channel name", pipe.sendFd); in TEST_F() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 219 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 434 const sp<InputChannel>& inputChannel, int32_t displayId) { in registerInputChannel() 441 const sp<InputChannel>& inputChannel, int32_t displayId, bool isGestureMonitor) { in registerInputMonitor() 448 const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 1381 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed() 1393 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local 1417 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputMonitor() local 1443 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputSessionWrapper.java | 365 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 210 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel() 212 private static native void nativeRegisterInputMonitor(long ptr, InputChannel inputChannel, in nativeRegisterInputMonitor() 214 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel() 560 public void registerInputChannel(InputChannel inputChannel, IBinder token) { in registerInputChannel() 577 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
|