/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InputChannelCompat.java | 67 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 72 public InputEventReceiver(String name, InputChannel inputChannel, Looper looper, in InputEventReceiver()
|
D | InputConsumerController.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 140 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/frameworks/base/core/jni/ |
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() 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
|
D | android_view_InputEventSender.cpp | 87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender() 324 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
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
|
/frameworks/base/core/java/android/view/ |
D | InputMonitor.java | 98 public InputMonitor( in InputMonitor() 165 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
D | BatchedInputEventReceiver.java | 43 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver() 155 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
|
D | InputEventSender.java | 51 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 62 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
D | InputEventReceiver.java | 54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver()
|
D | WindowManagerGlobal.java | 846 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/ |
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
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipInputConsumer.java | 66 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/ |
D | PipInputConsumer.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Connection.cpp | 23 Connection::Connection(std::unique_ptr<InputChannel> inputChannel, bool monitor, in Connection()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarInputEventReceiver.java | 33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
|
D | BubblesNavBarGestureTracker.java | 68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
|
/frameworks/av/media/libaaudio/src/flowgraph/ |
D | ChannelCountConverter.cpp | 38 int inputChannel = 0; in onProcess() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
D | PointerEventDispatcher.java | 34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
D | InputConsumerImpl.java | 54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId, in InputConsumerImpl()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | GestureMonitorSpyWindow.java | 48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | HandwritingEventReceiverSurface.java | 43 @NonNull InputChannel inputChannel) { in HandwritingEventReceiverSurface()
|
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
D | WindowAddRemovePerfTest.java | 105 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowManagerServiceTests.java | 1154 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/ |
D | IInputMethodSessionWrapper.java | 238 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|