Home
last modified time | relevance | path

Searched defs:InputChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DInputChannel.java35 public final class InputChannel implements Parcelable { class
78 public InputChannel() { in InputChannel() method in InputChannel
/frameworks/native/services/inputflinger/
DInputManager.h49 class InputChannel; variable
/frameworks/native/libs/input/
DInputTransport.cpp344 InputChannel::InputChannel(const std::string name, android::base::unique_fd fd, sp<IBinder> token) { in InputChannel() function in android::InputChannel