Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEventReceiver.java46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
58 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
182 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
DViewRootImpl.java4218 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) { in WindowInputEventReceiver()
/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_InputEventReceiver.cpp77 jobject receiverObj, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver()
229 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
Dandroid_app_NativeActivity.cpp478 jobject inputChannel; member
/frameworks/base/services/java/com/android/server/input/
DInputWindowHandle.java40 public InputChannel inputChannel; field in InputWindowHandle
DInputManagerService.java159 private static native void nativeRegisterInputChannel(int ptr, InputChannel inputChannel, in nativeRegisterInputChannel()
161 private static native void nativeUnregisterInputChannel(int ptr, InputChannel inputChannel); in nativeUnregisterInputChannel()
396 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel()
409 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
/frameworks/base/libs/androidfw/tests/
DInputChannel_test.cpp43 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd); in TEST_F() local
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java191 final InputChannel inputChannel = child.mInputChannel; in updateInputWindowsLw() local
DWindowState.java830 void setInputChannel(InputChannel inputChannel) { in setInputChannel()
DWindowManagerService.java683 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) { in DragInputEventReceiver()
/frameworks/base/services/jni/
Dcom_android_server_input_InputWindowHandle.cpp35 jfieldID inputChannel; member
Dcom_android_server_input_InputManagerService.cpp379 const sp<InputChannel>& inputChannel, in registerInputChannel()
386 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1108 jobject inputChannelObj, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1120 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1149 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
/frameworks/base/services/input/
DInputDispatcher.cpp972 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
3171 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3203 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3223 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3250 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3259 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
4183 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()
DInputWindow.h115 sp<InputChannel> inputChannel; member
DInputDispatcher.h145 sp<InputChannel> inputChannel; member
796 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/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java376 public PointerLocationInputEventReceiver(InputChannel inputChannel, Looper looper, in PointerLocationInputEventReceiver()
2194 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) { in HideNavInputEventReceiver()