Home
last modified time | relevance | path

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

123456

/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp69 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 Dandroid_view_InputEventSender.cpp87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender()
324 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
H A Dandroid_view_InputEventReceiver.cpp136 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 Dsurface_control_input_receiver.cpp40 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 DWindowManagerServiceTests.java1087 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 DInputChannelCompat.java67 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
72 public InputEventReceiver(String name, InputChannel inputChannel, Looper looper, in InputEventReceiver()
H A DInputConsumerController.java66 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 DInputMonitor.java100 public InputMonitor( in InputMonitor()
167 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
H A DBatchedInputEventReceiver.java43 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
155 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
H A DInputEventSender.java51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
62 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
H A DInputEventReceiver.java54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
H A DWindowManagerGlobal.java858 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 DPipInputConsumer.java66 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 DPipInputConsumer.java66 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 DFileAsyncRequestBody.java246 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/
DUtils.kt181 val inputChannel = Channel<T>() in grpcBidirectionalStream() constant
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DConnection.cpp23 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 DBubblesNavBarInputEventReceiver.java33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
H A DBubblesNavBarGestureTracker.java68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowInputEventReceiverTest.java20 public MyInputEventReceiver(InputChannel inputChannel, Looper looper) { in MyInputEventReceiver()
/aosp_15_r20/external/oboe/src/flowgraph/
H A DChannelCountConverter.cpp38 int inputChannel = 0; in onProcess() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/
H A DChannelCountConverter.cpp38 int inputChannel = 0; in onProcess() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFileMover.java36 FileChannel inputChannel = input.getChannel(); in moveFileBetweenContexts() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
H A DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()

123456