/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputMonitor.java | 92 public InputMonitor( in InputMonitor() 148 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
H A D | InputEventReceiver.java | 54 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 D | InputEventSender.java | 46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
H A D | BatchedInputEventReceiver.java | 41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 65 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 D | android_view_InputEventSender.cpp | 86 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender() 305 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
H A D | android_view_InputEventReceiver.cpp | 124 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 D | PipInputConsumer.java | 65 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 D | InputConsumerController.java | 67 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 149 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
H A D | InputChannelCompat.java | 68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Monitor.cpp | 22 Monitor::Monitor(const std::shared_ptr<InputChannel>& inputChannel, int32_t pid) in Monitor()
|
H A D | Connection.cpp | 23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection()
|
H A D | Monitor.h | 25 std::shared_ptr<InputChannel> inputChannel; // never null member
|
H A D | Connection.h | 45 std::shared_ptr<InputChannel> inputChannel; // never null variable
|
H A D | InputTarget.h | 95 std::shared_ptr<InputChannel> inputChannel; member
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | FileMover.java | 36 FileChannel inputChannel = input.getChannel(); in moveFileBetweenContexts() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
H A D | PointerEventDispatcher.java | 41 public PointerEventDispatcher(InputChannel inputChannel, DisplayContent dc) { in PointerEventDispatcher()
|
H A D | InputConsumerImpl.java | 54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
|
H A D | TaskPositioner.java | 105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
|
H A D | Letterbox.java | 248 TapEventReceiver(InputChannel inputChannel, Context context) { in TapEventReceiver()
|
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
H A D | WindowAddRemovePerfTest.java | 102 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputChannel_test.cpp | 47 std::unique_ptr<InputChannel> inputChannel = in TEST_F() local
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 228 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
H A D | TouchDriverAwarenessSupplier.java | 270 TouchReceiver(InputChannel inputChannel, Looper looper) { in TouchReceiver()
|