Searched defs:InputChannel (Results 1 – 5 of 5) sorted by relevance
44 class InputChannel; variable
35 public final class InputChannel implements Parcelable { class78 public InputChannel() { in InputChannel() method in InputChannel
51 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() argument
229 InputChannel(const InputChannel& other) in InputChannel() function
311 InputChannel::InputChannel(const std::string name, android::base::unique_fd fd, sp<IBinder> token) in InputChannel() function in android::InputChannel