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.java54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
69 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
281 InputEventReceiver createInputEventReceiver(InputChannel inputChannel, Looper looper); in createInputEventReceiver()
DInputEventSender.java46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
DBatchedInputEventReceiver.java33 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp65 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel()
116 JNIEnv* env, std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createInputChannel()
124 std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createJavaObject()
206 std::unique_ptr<InputChannel> inputChannel = std::make_unique<InputChannel>(); in android_view_InputChannel_nativeReadFromParcel() local
254 std::shared_ptr<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
Dandroid_view_InputEventSender.cpp86 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender()
304 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
Dandroid_view_InputEventReceiver.cpp124 JNIEnv* env, jobject receiverWeak, const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventReceiver()
488 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
/frameworks/native/services/inputflinger/dispatcher/
DMonitor.cpp22 Monitor::Monitor(const std::shared_ptr<InputChannel>& inputChannel, int32_t pid) in Monitor()
DConnection.cpp23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection()
DMonitor.h25 std::shared_ptr<InputChannel> inputChannel; // never null member
DConnection.h45 std::shared_ptr<InputChannel> inputChannel; // never null variable
DInputTarget.h94 std::shared_ptr<InputChannel> inputChannel; member
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputConsumerController.java67 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
149 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
DInputChannelCompat.java68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipInputConsumer.java65 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
138 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.java41 public PointerEventDispatcher(InputChannel inputChannel, DisplayContent dc) { in PointerEventDispatcher()
DInputConsumerImpl.java54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
DLetterbox.java264 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
DTaskPositioner.java105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
DInputMonitor.java241 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowAddRemovePerfTest.java101 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
/frameworks/native/libs/input/tests/
DInputChannel_test.cpp47 std::unique_ptr<InputChannel> inputChannel = in TEST_F() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java228 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/frameworks/base/media/java/android/media/tv/
DITvInputSessionWrapper.java387 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()

12