Home
last modified time | relevance | path

Searched refs:mServerChannel (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp69 std::unique_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputFlingerServiceTest
169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp37 std::shared_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputPublisherAndConsumerTest
47 mServerChannel = std::move(serverChannel); in SetUp()
50 mPublisher = std::make_unique<InputPublisher>(mServerChannel); in SetUp()
64 EXPECT_EQ(mServerChannel.get(), mPublisher->getChannel().get()); in TEST_F()