Home
last modified time | relevance | path

Searched defs:clientChannel (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp69 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
DTouchResampling_test.cpp52 std::unique_ptr<InputChannel> serverChannel, clientChannel; in SetUp() local
DInputPublisherAndConsumer_test.cpp38 std::unique_ptr<InputChannel> serverChannel, clientChannel; in SetUp() local
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp149 std::unique_ptr<InputChannel> clientChannel; in android_view_InputChannel_nativeOpenInputChannelPair() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp413 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/
DInputMethodManagerService.java2893 final InputChannel clientChannel; in requestClientSessionLocked() local
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DCarInputMethodManagerService.java2850 final InputChannel clientChannel; in requestClientSessionLocked() local
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp900 explicit FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, const std::string name) in FakeInputReceiver()