Searched defs:InputChannel (Results 1 – 5 of 5) sorted by relevance
41 class InputChannel; variable
45 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
242 InputChannel(const InputChannel& other) in InputChannel() function
382 InputChannel::InputChannel(const std::string name, android::base::unique_fd fd, sp<IBinder> token) in InputChannel() function in android::InputChannel