| /frameworks/base/core/java/android/view/ |
| D | InputMonitor.java | 92 public InputMonitor( in InputMonitor() 148 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
| 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()
|
| D | InputEventSender.java | 46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
| D | BatchedInputEventReceiver.java | 33 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
|
| /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() 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
|
| D | android_view_InputEventSender.cpp | 86 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender() 304 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
| 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
|
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | Monitor.cpp | 22 Monitor::Monitor(const std::shared_ptr<InputChannel>& inputChannel, int32_t pid) in Monitor()
|
| D | Connection.cpp | 23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection()
|
| D | Monitor.h | 25 std::shared_ptr<InputChannel> inputChannel; // never null member
|
| D | Connection.h | 45 std::shared_ptr<InputChannel> inputChannel; // never null variable
|
| D | InputTarget.h | 94 std::shared_ptr<InputChannel> inputChannel; member
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
| D | InputConsumerController.java | 67 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 149 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
| D | InputChannelCompat.java | 68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
| D | PipInputConsumer.java | 65 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 138 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
| D | PointerEventDispatcher.java | 41 public PointerEventDispatcher(InputChannel inputChannel, DisplayContent dc) { in PointerEventDispatcher()
|
| D | InputConsumerImpl.java | 54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
|
| D | Letterbox.java | 264 SimpleInputReceiver(InputChannel inputChannel) { in SimpleInputReceiver()
|
| D | TaskPositioner.java | 105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
|
| D | InputMonitor.java | 241 void createInputConsumer(IBinder token, String name, InputChannel inputChannel, int clientPid, in createInputConsumer()
|
| /frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
| D | WindowAddRemovePerfTest.java | 101 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
|
| /frameworks/native/libs/input/tests/ |
| D | InputChannel_test.cpp | 47 std::unique_ptr<InputChannel> inputChannel = in TEST_F() local
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodSessionWrapper.java | 228 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
| /frameworks/base/media/java/android/media/tv/ |
| D | ITvInputSessionWrapper.java | 387 public TvInputEventReceiver(InputChannel inputChannel, Looper looper) { in TvInputEventReceiver()
|