Home | History | Annotate | Download | only in input

Lines Matching defs:InputChannel

23  * The InputChannel provides a mechanism for exchanging InputMessage structures across processes.
133 * Each endpoint has its own InputChannel object that specifies its file descriptor.
137 class InputChannel : public RefBase {
139 virtual ~InputChannel();
142 InputChannel(const String8& name, int fd);
149 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel);
180 sp<InputChannel> dup() const;
193 explicit InputPublisher(const sp<InputChannel>& channel);
199 inline sp<InputChannel> getChannel() { return mChannel; }
263 sp<InputChannel> mChannel;
272 explicit InputConsumer(const sp<InputChannel>& channel);
278 inline sp<InputChannel> getChannel() { return mChannel; }
346 sp<InputChannel> mChannel;