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.java48 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
60 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
197 InputChannel inputChannel, Looper looper); in createInputEventReceiver()
DInputEventSender.java44 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
55 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
DBatchedInputEventReceiver.java30 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
DIWindowManager.aidl388 void createInputConsumer(String name, out InputChannel inputChannel); in createInputConsumer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DInputConsumerController.java63 public PipInputEventReceiver(InputChannel inputChannel, Looper looper) { in PipInputEventReceiver()
124 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
DInputConsumerImpl.java32 InputConsumerImpl(WindowManagerService service, String name, InputChannel inputChannel) { in InputConsumerImpl()
DInputMonitor.java175 void createInputConsumer(String name, InputChannel inputChannel) { in createInputConsumer()
639 final InputChannel inputChannel = w.mInputChannel; in accept() local
DTaskPositioner.java131 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp62 NativeInputChannel::NativeInputChannel(const sp<InputChannel>& inputChannel) : in NativeInputChannel()
215 InputChannel* inputChannel = new InputChannel(name, dupFd); in android_view_InputChannel_nativeReadFromParcel() local
230 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeWriteToParcel() local
Dandroid_view_InputEventSender.cpp83 jobject senderWeak, const sp<InputChannel>& inputChannel, in NativeInputEventSender()
241 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
Dandroid_view_InputEventReceiver.cpp90 jobject receiverWeak, const sp<InputChannel>& inputChannel, in NativeInputEventReceiver()
337 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeInit() local
/frameworks/base/services/core/java/com/android/server/input/
DInputWindowHandle.java44 public InputChannel inputChannel; field in InputWindowHandle
DInputManagerService.java212 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel, in nativeRegisterInputChannel()
214 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); in nativeUnregisterInputChannel()
534 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel()
547 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.java216 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputWindowHandle.cpp36 jfieldID inputChannel; member
Dcom_android_server_input_InputManagerService.cpp449 const sp<InputChannel>& inputChannel, in registerInputChannel()
457 const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
1341 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) { in handleInputChannelDisposed()
1353 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env, in nativeRegisterInputChannel() local
1382 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/native/services/inputflinger/
DInputDispatcher.cpp1015 const sp<InputChannel>& inputChannel) { in resumeAfterTargetsNotReadyTimeoutLocked()
3341 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel()
3374 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel()
3394 status_t InputDispatcher::unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, in unregisterInputChannelLocked()
3419 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked()
3428 ssize_t InputDispatcher::getConnectionIndexLocked(const sp<InputChannel>& inputChannel) { in getConnectionIndexLocked()
4374 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, in Connection()
DInputWindow.h118 sp<InputChannel> inputChannel; member
DInputDispatcher.h151 sp<InputChannel> inputChannel; member
815 sp<InputChannel> inputChannel; // never null variable
/frameworks/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java510 public void createInputConsumer(String name, InputChannel inputChannel) in createInputConsumer()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java279 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { in WallpaperInputEventReceiver()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java2406 public ImeInputEventSender(InputChannel inputChannel, Looper looper) { in ImeInputEventSender()

12