| /frameworks/base/core/java/android/view/ |
| D | InputMonitor.java | 92 public InputMonitor( in InputMonitor() 148 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
| D | InputEventReceiver.java | 51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 63 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 230 InputEventReceiver createInputEventReceiver(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 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 156 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 | 45 sp<InputChannel> inputChannel; // never null variable
|
| D | InputTarget.h | 109 sp<InputChannel> inputChannel; member
|
| /frameworks/base/core/jni/ |
| D | android_view_InputChannel.cpp | 63 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel() 115 sp<InputChannel> inputChannel) { in android_view_InputChannel_createInputChannel() 214 sp<InputChannel> inputChannel = InputChannel::read(*parcel); in android_view_InputChannel_nativeReadFromParcel() local 260 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
|
| D | android_view_InputEventSender.cpp | 81 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender() 252 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
| D | android_view_InputEventReceiver.cpp | 96 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver() 359 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | PointerEventDispatcher.java | 34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
| D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
| D | InputMonitor.java | 237 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer() 476 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 | 249 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
|
| D | TaskPositioner.java | 105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
|
| /frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
| D | WindowAddRemovePerfTest.java | 109 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
|
| /frameworks/native/libs/input/tests/ |
| D | InputChannel_test.cpp | 49 sp<InputChannel> inputChannel = in TEST_F() local
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodSessionWrapper.java | 229 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 428 const sp<InputChannel>& inputChannel) { in registerInputChannel() 434 const sp<InputChannel>& inputChannel, int32_t displayId, bool isGestureMonitor) { in registerInputMonitor() 441 const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 1344 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed() 1356 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local 1380 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputMonitor() local 1406 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
|
| /frameworks/base/media/java/android/media/tv/ |
| D | ITvInputSessionWrapper.java | 367 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()
|