Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.h44 class InputChannel; variable
/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/host/
DInputFlinger.h51 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() argument
/frameworks/native/include/input/
DInputTransport.h229 InputChannel(const InputChannel& other) in InputChannel() function
/frameworks/native/libs/input/
DInputTransport.cpp311 InputChannel::InputChannel(const std::string name, android::base::unique_fd fd, sp<IBinder> token) in InputChannel() function in android::InputChannel