Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/view/
H A DInputMonitor.java92 public InputMonitor( in InputMonitor()
148 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
H A 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()
H A DInputEventSender.java46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
H A DBatchedInputEventReceiver.java41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
/aosp12/frameworks/base/core/jni/
H A 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
H A Dandroid_view_InputEventSender.cpp86 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender()
305 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
H A 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
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipInputConsumer.java65 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
138 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputConsumerController.java67 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
149 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
H A DInputChannelCompat.java68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DMonitor.cpp22 Monitor::Monitor(const std::shared_ptr<InputChannel>& inputChannel, int32_t pid) in Monitor()
H A DConnection.cpp23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection()
H A DMonitor.h25 std::shared_ptr<InputChannel> inputChannel; // never null member
H A DConnection.h45 std::shared_ptr<InputChannel> inputChannel; // never null variable
H A DInputTarget.h95 std::shared_ptr<InputChannel> inputChannel; member
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DFileMover.java36 FileChannel inputChannel = input.getChannel(); in moveFileBetweenContexts() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
H A DPointerEventDispatcher.java41 public PointerEventDispatcher(InputChannel inputChannel, DisplayContent dc) { in PointerEventDispatcher()
H A DInputConsumerImpl.java54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
H A DTaskPositioner.java105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
H A DLetterbox.java248 TapEventReceiver(InputChannel inputChannel, Context context) { in TapEventReceiver()
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DWindowAddRemovePerfTest.java102 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
/aosp12/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp47 std::unique_ptr<InputChannel> inputChannel = in TEST_F() local
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java228 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DTouchDriverAwarenessSupplier.java270 TouchReceiver(InputChannel inputChannel, Looper looper) { in TouchReceiver()

12