Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DInputMonitor.java92 public InputMonitor( in InputMonitor()
148 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
DInputEventReceiver.java51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
63 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
230 InputEventReceiver createInputEventReceiver(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 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
156 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.h45 sp<InputChannel> inputChannel; // never null variable
DInputTarget.h109 sp<InputChannel> inputChannel; member
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp63 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel()
115 sp<InputChannel> inputChannel) { in android_view_InputChannel_createInputChannel()
214 sp<InputChannel> inputChannel = InputChannel::read(*parcel); in android_view_InputChannel_nativeReadFromParcel() local
260 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
Dandroid_view_InputEventSender.cpp81 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender()
252 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
Dandroid_view_InputEventReceiver.cpp96 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver()
359 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
DInputMonitor.java237 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer()
476 final InputChannel inputChannel = w.mInputChannel; in accept() local
DInputConsumerImpl.java52 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
DLetterbox.java249 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
DTaskPositioner.java105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowAddRemovePerfTest.java109 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp49 sp<InputChannel> inputChannel = in TEST_F() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java229 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp428 const sp<InputChannel>& inputChannel) { in registerInputChannel()
434 const sp<InputChannel>& inputChannel, int32_t displayId, bool isGestureMonitor) { in registerInputMonitor()
441 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1344 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1356 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1380 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputMonitor() local
1406 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeUnregisterInputChannel() local
/frameworks/base/media/java/android/media/tv/
DITvInputSessionWrapper.java367 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()

12