Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputFlinger.h45 void registerInputChannel(const sp<InputChannel>&) {} in registerInputChannel()
46 void unregisterInputChannel(const sp<InputChannel>&) {} in unregisterInputChannel()
/frameworks/native/services/inputflinger/
DInputManager.h40 class InputChannel; variable
/frameworks/base/core/java/android/view/
DInputChannel.java32 public final class InputChannel implements Parcelable { class
73 public InputChannel() { in InputChannel() method in InputChannel
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h26 class InputChannel; variable
/frameworks/native/libs/input/
DInputTransport.cpp225 InputChannel::InputChannel(const std::string& name, int fd) : in InputChannel() function in android::InputChannel