Searched defs:InputChannel (Results 1 – 5 of 5) sorted by relevance
45 void registerInputChannel(const sp<InputChannel>&) {} in registerInputChannel()46 void unregisterInputChannel(const sp<InputChannel>&) {} in unregisterInputChannel()
40 class InputChannel; variable
32 public final class InputChannel implements Parcelable { class73 public InputChannel() { in InputChannel() method in InputChannel
26 class InputChannel; variable
225 InputChannel::InputChannel(const std::string& name, int fd) : in InputChannel() function in android::InputChannel