Lines Matching refs:InputChannel
34 bool operator==(const InputChannel& left, const InputChannel& right) { in operator ==()
52 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
55 InputChannel::openInputChannelPair("channel name", serverChannel, clientChannel); in TEST_F()
61 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
63 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
109 std::unique_ptr<InputChannel> senderChannel, receiverChannel; in TEST_F()
113 InputChannel::openInputChannelPair("channel name", senderChannel, receiverChannel); in TEST_F()
151 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
153 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
165 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
167 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
181 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
183 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
198 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
199 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
230 std::unique_ptr<InputChannel> serverChannel, clientChannel; in TEST_F()
233 InputChannel::openInputChannelPair("channel dup", serverChannel, clientChannel); in TEST_F()
237 std::unique_ptr<InputChannel> dupChan = serverChannel->dup(); in TEST_F()