Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/tests/
H A 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
H A DInputPublisherAndConsumer_test.cpp43 std::unique_ptr<InputChannel> serverChannel, clientChannel; in SetUp() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp119 std::unique_ptr<InputChannel> clientChannel; in createInputChannel() local
H A DInputDispatcher_test.cpp707 explicit FakeInputReceiver(std::unique_ptr<InputChannel> clientChannel, const std::string name) in FakeInputReceiver()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp149 std::unique_ptr<InputChannel> clientChannel; in android_view_InputChannel_nativeOpenInputChannelPair() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp416 std::unique_ptr<InputChannel>& clientChannel) { in openInputChannelPair()
5227 std::unique_ptr<InputChannel> clientChannel; in createInputChannel() local
5262 std::unique_ptr<InputChannel> clientChannel; in createInputMonitor() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java8360 final InputChannel clientChannel; in grantInputChannel() local