Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/
H A DInputManager.h42 class InputChannel; variable
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h46 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() argument
/aosp12/frameworks/base/core/java/android/view/
H A DInputChannel.java35 public final class InputChannel implements Parcelable { class
78 public InputChannel() { in InputChannel() method in InputChannel
/aosp12/frameworks/native/include/input/
H A DInputTransport.h229 InputChannel(const InputChannel& other) in InputChannel() function
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp313 InputChannel::InputChannel(const std::string name, android::base::unique_fd fd, sp<IBinder> token) in InputChannel() function in android::InputChannel