Searched refs:mServerChannel (Results 1 – 2 of 2) sorted by relevance
69 std::unique_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputFlingerServiceTest169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
37 std::shared_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputPublisherAndConsumerTest47 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()