Lines Matching refs:inputChannel
44 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd);
46 EXPECT_STREQ("channel name", inputChannel->getName().string())
48 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
51 inputChannel.clear(); // destroys input channel
61 sp<InputChannel> serverChannel, clientChannel;
63 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
112 sp<InputChannel> serverChannel, clientChannel;
114 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
126 sp<InputChannel> serverChannel, clientChannel;
128 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
142 sp<InputChannel> serverChannel, clientChannel;
144 status_t result = InputChannel::openInputChannelPair(String8("channel name"),