Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DInputEventReceiver.java49 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
61 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
200 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
DInputEventSender.java45 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
56 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
DBatchedInputEventReceiver.java32 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
DIWindowManager.aidl453 out InputChannel inputChannel); in createInputConsumer()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java74 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
104 public InputEventDispatcher(InputChannel inputChannel, Looper looper) { in InputEventDispatcher()
DInputConsumerController.java66 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/
DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
DPointerEventDispatcher.java35 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
DInputMonitor.java227 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer()
457 final InputChannel inputChannel = w.mInputChannel; in accept() local
DInputConsumerImpl.java52 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
DLetterbox.java220 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
DTaskPositioner.java131 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
DDisplayPolicy.java1368 HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) { in HideNavInputEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel()
204 InputChannel* inputChannel = new InputChannel(); in android_view_InputChannel_nativeReadFromParcel() local
221 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel() local
Dandroid_view_InputEventSender.cpp81 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender()
241 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
Dandroid_view_InputEventReceiver.cpp91 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver()
338 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp46 sp<InputChannel> inputChannel = new InputChannel("channel name", pipe.sendFd); in TEST_F() local
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1121 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
1694 sp<InputChannel> inputChannel = getInputChannelLocked(windowHandle->getToken()); in addWindowTargetLocked() local
3373 sp<InputChannel> inputChannel = in setFocusedDisplay() local
3827 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3857 status_t InputDispatcher::registerInputMonitor(const sp<InputChannel>& inputChannel, in registerInputMonitor()
3891 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3911 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3938 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3943 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel, in removeMonitorChannelLocked()
4022 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
[all …]
DInputDispatcher.h154 sp<InputChannel> inputChannel; member
663 sp<InputChannel> inputChannel; member
875 sp<InputChannel> inputChannel; // never null variable
902 sp<InputChannel> inputChannel; // never null member
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java219 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp443 const sp<InputChannel>& inputChannel, int32_t displayId) { in registerInputChannel()
450 const sp<InputChannel>& inputChannel, int32_t displayId, bool isGestureMonitor) { in registerInputMonitor()
457 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1400 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1412 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1436 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputMonitor() local
1462 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
/frameworks/base/media/java/android/media/tv/
DITvInputSessionWrapper.java365 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java205 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel()
207 private static native void nativeRegisterInputMonitor(long ptr, InputChannel inputChannel, in nativeRegisterInputMonitor()
209 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel()
545 public void registerInputChannel(InputChannel inputChannel, IBinder token) { in registerInputChannel()
562 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java298 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { in WallpaperInputEventReceiver()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3035 public ImeInputEventSender(InputChannel inputChannel, Looper looper) { in ImeInputEventSender()

12