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