| /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() 196 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 | ViewRootImpl.java | 6019 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) { in WindowInputEventReceiver()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | PointerEventDispatcher.java | 34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
| D | InputMonitor.java | 267 final InputChannel inputChannel = child.mInputChannel; in updateInputWindowsLw() local
|
| D | WindowState.java | 1184 void setInputChannel(InputChannel inputChannel) { in setInputChannel()
|
| D | WindowManagerService.java | 726 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) { in DragInputEventReceiver()
|
| /frameworks/base/core/jni/ |
| D | android_view_InputChannel.cpp | 62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel() 214 InputChannel* inputChannel = new InputChannel(name, dupFd); in android_view_InputChannel_nativeReadFromParcel() local 229 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() 238 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
| D | android_view_InputEventReceiver.cpp | 90 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver() 335 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
|
| /frameworks/base/services/core/java/com/android/server/input/ |
| D | InputWindowHandle.java | 40 public InputChannel inputChannel; field in InputWindowHandle
|
| D | InputManagerService.java | 184 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel() 186 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel() 481 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel() 494 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
|
| /frameworks/native/libs/input/tests/ |
| D | InputChannel_test.cpp | 44 sp<InputChannel> inputChannel = new InputChannel(String8("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/media/java/android/media/tv/ |
| D | ITvInputSessionWrapper.java | 304 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_input_InputManagerService.cpp | 378 const sp<InputChannel>& inputChannel, in registerInputChannel() 385 const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 1135 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed() 1147 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local 1176 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
|
| D | com_android_server_input_InputWindowHandle.cpp | 36 jfieldID inputChannel; member
|
| /frameworks/native/services/inputflinger/ |
| D | InputDispatcher.cpp | 1018 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked() 3340 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel() 3373 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel() 3393 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked() 3418 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked() 3427 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked() 4389 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()
|
| D | InputWindow.h | 114 sp<InputChannel> inputChannel; member
|
| D | InputDispatcher.h | 151 sp<InputChannel> inputChannel; member 815 sp<InputChannel> inputChannel; // never null variable
|
| /frameworks/base/core/java/android/service/wallpaper/ |
| D | WallpaperService.java | 248 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { in WallpaperInputEventReceiver()
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | InputMethodManager.java | 2224 public ImeInputEventSender(InputChannel inputChannel, Looper looper) { in ImeInputEventSender()
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| D | PhoneWindowManager.java | 3342 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) { in HideNavInputEventReceiver()
|