Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInputChannel.java109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp326 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp414 static status_t openInputChannelPair(const std::string& name, in openInputChannelPair() function