Searched defs:clientChannel (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 69 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 120 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 134 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 150 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 167 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 199 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local 218 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F() local
|
D | TouchResampling_test.cpp | 52 std::unique_ptr<InputChannel> serverChannel, clientChannel; in SetUp() local
|
D | InputPublisherAndConsumer_test.cpp | 38 std::unique_ptr<InputChannel> serverChannel, clientChannel; in SetUp() local
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 149 std::unique_ptr<InputChannel> clientChannel; in android_view_InputChannel_nativeOpenInputChannelPair() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 413 std::unique_ptr<InputChannel>& clientChannel) { in openInputChannelPair() 5873 std::unique_ptr<InputChannel> clientChannel; in createInputChannel() local 5909 std::unique_ptr<InputChannel> clientChannel; in createInputMonitor() local
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2893 final InputChannel clientChannel; in requestClientSessionLocked() local
|
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/ |
D | CarInputMethodManagerService.java | 2850 final InputChannel clientChannel; in requestClientSessionLocked() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 900 explicit FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, const std::string name) in FakeInputReceiver()
|