Searched refs:uniqueServerChannel (Results 1 – 1 of 1) sorted by relevance
417 std::unique_ptr<InputChannel> uniqueServerChannel; in openInputChannelPair() local418 status_t result = InputChannel::openInputChannelPair(name, uniqueServerChannel, clientChannel); in openInputChannelPair()420 serverChannel = std::move(uniqueServerChannel); in openInputChannelPair()