/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 69 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel() 123 JNIEnv* env, std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createInputChannel() 131 std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createJavaObject() 215 std::unique_ptr<InputChannel> inputChannel = in android_view_InputChannel_nativeReadFromParcel() local 265 std::shared_ptr<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
|
H A D | android_view_InputEventSender.cpp | 87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender() 324 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
H A D | android_view_InputEventReceiver.cpp | 136 JNIEnv* env, jobject receiverWeak, const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventReceiver() 517 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
/aosp_15_r20/frameworks/base/native/android/ |
H A D | surface_control_input_receiver.cpp | 40 InputReceiver(const sp<Looper>& looper, const std::shared_ptr<InputChannel>& inputChannel, in InputReceiver() 110 const std::shared_ptr<InputChannel>& inputChannel, in BatchedInputReceiver() 162 std::shared_ptr<InputChannel> inputChannel = in AInputReceiver_createBatchedInputReceiver() local 180 std::shared_ptr<InputChannel> inputChannel = in AInputReceiver_createUnbatchedInputReceiver() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 1087 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_sanitizeSpyWindowForApplications() local 1105 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_allowSpyWindowForInputMonitorPermission() local 1125 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeSpyWindowForApplications() local 1151 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeWithoutPermission_ThrowsError() local 1178 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeWithPermission_doesNotThrowError() local 1196 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission() local 1222 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeInputFeatureSensitive_forUntrustedWindows() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InputChannelCompat.java | 67 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 72 public InputEventReceiver(String name, InputChannel inputChannel, Looper looper, in InputEventReceiver()
|
H A D | InputConsumerController.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 140 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | InputMonitor.java | 100 public InputMonitor( in InputMonitor() 167 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
H A D | BatchedInputEventReceiver.java | 43 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver() 155 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
|
H A D | InputEventSender.java | 51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 62 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
H A D | InputEventReceiver.java | 54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
|
H A D | WindowManagerGlobal.java | 858 InputChannel inputChannel = new InputChannel(); in createInputChannel() local 887 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerBatchedSurfaceControlInputReceiver() local 910 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerUnbatchedSurfaceControlInputReceiver() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipInputConsumer.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
H A D | PipInputConsumer.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A D | FileAsyncRequestBody.java | 246 private final AsynchronousFileChannel inputChannel; field in FileAsyncRequestBody.FileSubscription 258 private FileSubscription(AsynchronousFileChannel inputChannel, in FileSubscription()
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Utils.kt | 181 val inputChannel = Channel<T>() in grpcBidirectionalStream() constant
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Connection.cpp | 23 Connection::Connection(std::unique_ptr<InputChannel> inputChannel, bool monitor, in Connection()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarInputEventReceiver.java | 33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
|
H A D | BubblesNavBarGestureTracker.java | 68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowInputEventReceiverTest.java | 20 public MyInputEventReceiver(InputChannel inputChannel, Looper looper) { in MyInputEventReceiver()
|
/aosp_15_r20/external/oboe/src/flowgraph/ |
H A D | ChannelCountConverter.cpp | 38 int inputChannel = 0; in onProcess() local
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/ |
H A D | ChannelCountConverter.cpp | 38 int inputChannel = 0; in onProcess() local
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | FileMover.java | 36 FileChannel inputChannel = input.getChannel(); in moveFileBetweenContexts() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | PointerEventDispatcher.java | 34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
H A D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|