Home
last modified time | relevance | path

Searched defs:inputChannel (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/view/
DInputEventReceiver.java48 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
60 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
196 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
DInputEventSender.java44 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
55 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
DViewRootImpl.java5606 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) { in WindowInputEventReceiver()
/frameworks/base/services/java/com/android/server/wm/
DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
DInputMonitor.java270 final InputChannel inputChannel = child.mInputChannel; in updateInputWindowsLw() local
DWindowState.java1022 void setInputChannel(InputChannel inputChannel) { in setInputChannel()
DWindowManagerService.java615 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) { in DragInputEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp60 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel()
212 InputChannel* inputChannel = new InputChannel(name, dupFd); in android_view_InputChannel_nativeReadFromParcel() local
227 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel() local
Dandroid_view_InputEventSender.cpp80 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender()
235 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
Dandroid_view_InputEventReceiver.cpp90 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver()
335 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
/frameworks/base/services/java/com/android/server/input/
DInputWindowHandle.java40 public InputChannel inputChannel; field in InputWindowHandle
DInputManagerService.java166 private static native void nativeRegisterInputChannel(int ptr, InputChannel inputChannel, in nativeRegisterInputChannel()
168 private static native void nativeUnregisterInputChannel(int ptr, InputChannel inputChannel); in nativeUnregisterInputChannel()
442 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel()
455 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp44 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd); in TEST_F() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java197 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp339 const sp<InputChannel>& inputChannel, in registerInputChannel()
346 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1076 jobject inputChannelObj, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1088 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1117 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
Dcom_android_server_input_InputWindowHandle.cpp35 jfieldID inputChannel; member
/frameworks/base/services/input/
DInputDispatcher.cpp1007 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
3260 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3293 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3313 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3338 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3347 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
4295 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()
DInputWindow.h117 sp<InputChannel> inputChannel; member
DInputDispatcher.h145 sp<InputChannel> inputChannel; member
803 sp<InputChannel> inputChannel; // never null variable
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java233 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { in WallpaperInputEventReceiver()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1981 public ImeInputEventSender(InputChannel inputChannel, Looper looper) { in ImeInputEventSender()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2512 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) { in HideNavInputEventReceiver()