Home | History | Annotate | Download | only in tests

Lines Matching defs:inputChannel

43     sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd);
45 EXPECT_STREQ("channel name", inputChannel->getName().string())
47 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
50 inputChannel.clear(); // destroys input channel
60 sp<InputChannel> serverChannel, clientChannel;
62 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
111 sp<InputChannel> serverChannel, clientChannel;
113 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
125 sp<InputChannel> serverChannel, clientChannel;
127 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
141 sp<InputChannel> serverChannel, clientChannel;
143 status_t result = InputChannel::openInputChannelPair(String8("channel name"),