Lines Matching refs:InputChannel
159 class InputChannel : public RefBase {
161 virtual ~InputChannel();
164 InputChannel() = default;
165 InputChannel(const std::string& name, int fd);
172 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel);
203 sp<InputChannel> dup() const;
226 explicit InputPublisher(const sp<InputChannel>& channel);
232 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel()
300 sp<InputChannel> mChannel;
309 explicit InputConsumer(const sp<InputChannel>& channel);
315 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel()
383 sp<InputChannel> mChannel;