| /frameworks/base/core/java/android/view/ |
| D | InputEventReceiver.java | 48 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 60 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 197 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
|
| D | InputEventSender.java | 44 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 55 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
| D | BatchedInputEventReceiver.java | 30 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
|
| D | IWindowManager.aidl | 395 void createInputConsumer(IBinder token, String name, out InputChannel inputChannel); in createInputConsumer()
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
| D | InputConsumerController.java | 65 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 147 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() 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 | InputConsumerImpl.java | 43 InputChannel inputChannel, int clientPid, UserHandle clientUser) { in InputConsumerImpl()
|
| D | InputMonitor.java | 182 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer() 652 final InputChannel inputChannel = w.mInputChannel; in accept() local
|
| D | TaskPositioner.java | 124 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() 215 InputChannel* inputChannel = new InputChannel(name.string(), dupFd); in android_view_InputChannel_nativeReadFromParcel() local 230 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel() local
|
| D | android_view_InputEventSender.cpp | 83 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 | 92 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver() 341 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputWindowHandle.java | 44 public InputChannel inputChannel; field in InputWindowHandle
|
| D | InputManagerService.java | 207 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel() 209 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel() 529 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel() 542 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
|
| /frameworks/native/libs/input/tests/ |
| D | InputChannel_test.cpp | 44 sp<InputChannel> inputChannel = new InputChannel("channel name", pipe.sendFd); in TEST_F() local
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodSessionWrapper.java | 216 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputWindowHandle.cpp | 36 jfieldID inputChannel; member
|
| D | com_android_server_input_InputManagerService.cpp | 452 const sp<InputChannel>& inputChannel, in registerInputChannel() 460 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 1385 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/native/services/inputflinger/ |
| D | InputDispatcher.cpp | 1025 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked() 3370 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel() 3403 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 3423 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked() 3448 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked() 3457 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked() 4407 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()
|
| D | InputWindow.h | 117 sp<InputChannel> inputChannel; member
|
| D | InputDispatcher.h | 150 sp<InputChannel> inputChannel; member 814 sp<InputChannel> inputChannel; // never null variable
|
| /frameworks/layoutlib/bridge/src/android/view/ |
| D | IWindowManagerImpl.java | 520 public void createInputConsumer(IBinder token, String name, InputChannel inputChannel) in createInputConsumer()
|
| /frameworks/base/core/java/android/service/wallpaper/ |
| D | WallpaperService.java | 285 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { in WallpaperInputEventReceiver()
|