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
27 class InputChannel; variable
262 InputChannel::InputChannel(const std::string& name, android::base::unique_fd fd, sp<IBinder> token) in InputChannel() function in android::InputChannel