Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java67 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
72 public InputEventReceiver(String name, InputChannel inputChannel, Looper looper, in InputEventReceiver()
DInputConsumerController.java66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
140 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
/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()
208 std::unique_ptr<InputChannel> inputChannel = in android_view_InputChannel_nativeReadFromParcel() local
258 std::shared_ptr<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
Dandroid_view_InputEventSender.cpp87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender()
324 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
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
/frameworks/base/core/java/android/view/
DInputMonitor.java98 public InputMonitor( in InputMonitor()
165 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
DBatchedInputEventReceiver.java43 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
155 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
DInputEventSender.java51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
62 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
DInputEventReceiver.java54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
DWindowManagerGlobal.java846 InputChannel inputChannel = new InputChannel(); in createInputChannel() local
875 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerBatchedSurfaceControlInputReceiver() local
898 InputChannel inputChannel = createInputChannel(clientToken, hostToken, in registerUnbatchedSurfaceControlInputReceiver() local
/frameworks/base/native/android/
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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipInputConsumer.java66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipInputConsumer.java66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
/frameworks/native/services/inputflinger/dispatcher/
DConnection.cpp23 Connection::Connection(std::unique_ptr<InputChannel> inputChannel, bool monitor, in Connection()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarInputEventReceiver.java33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
DBubblesNavBarGestureTracker.java68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
/frameworks/av/media/libaaudio/src/flowgraph/
DChannelCountConverter.cpp38 int inputChannel = 0; in onProcess() local
/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
DInputConsumerImpl.java54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId, in InputConsumerImpl()
/frameworks/base/services/core/java/com/android/server/input/
DGestureMonitorSpyWindow.java48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DHandwritingEventReceiverSurface.java43 @NonNull InputChannel inputChannel) { in HandwritingEventReceiverSurface()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowAddRemovePerfTest.java105 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java1154 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_sanitizeSpyWindowForApplications() local
1172 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_allowSpyWindowForInputMonitorPermission() local
1192 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeSpyWindowForApplications() local
1216 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission() local
1242 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeInputFeatureSensitive_forUntrustedWindows() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java238 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()

12