Home
last modified time | relevance | path

Searched defs:inputChannel (Results 1 – 25 of 34) 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()
/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/native/services/inputflinger/dispatcher/
DMonitor.cpp22 Monitor::Monitor(const sp<InputChannel>& inputChannel) : inputChannel(inputChannel) {} in Monitor()
DMonitor.h25 sp<InputChannel> inputChannel; // never null member
DConnection.cpp23 Connection::Connection(const sp<InputChannel>& inputChannel, bool monitor) in Connection()
DConnection.h46 sp<InputChannel> inputChannel; // never null variable
DInputTarget.h93 sp<InputChannel> inputChannel; member
DInputDispatcher.cpp1096 nsecs_t newTimeout, const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
1682 sp<InputChannel> inputChannel = getInputChannelLocked(windowHandle->getToken()); in addWindowTargetLocked() local
3368 sp<InputChannel> inputChannel = in setFocusedDisplay() local
3822 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3852 status_t InputDispatcher::registerInputMonitor(const sp<InputChannel>& inputChannel, in registerInputMonitor()
3884 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3904 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3931 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3937 const sp<InputChannel>& inputChannel, in removeMonitorChannelLocked()
4015 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
/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.java132 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
/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/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.cpp434 const sp<InputChannel>& inputChannel, int32_t displayId) { in registerInputChannel()
441 const sp<InputChannel>& inputChannel, int32_t displayId, bool isGestureMonitor) { in registerInputMonitor()
448 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1381 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1393 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1417 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputMonitor() local
1443 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.java210 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel()
212 private static native void nativeRegisterInputMonitor(long ptr, InputChannel inputChannel, in nativeRegisterInputMonitor()
214 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel()
560 public void registerInputChannel(InputChannel inputChannel, IBinder token) { in registerInputChannel()
577 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel()

12