Home
last modified time | relevance | path

Searched defs:createInputChannel (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/input/android/os/
H A DIInputFlinger.aidl26 InputChannel createInputChannel(in @utf8InCpp String name); in createInputChannel() method
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h46 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() function
/aosp12/frameworks/native/services/inputflinger/
H A DInputManager.cpp118 binder::Status InputManager::createInputChannel(const std::string& name, InputChannel* outChannel) { in createInputChannel() function in android::InputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp115 binder::Status TestInputManager::createInputChannel(const std::string& name, in createInputChannel() function in android::TestInputManager
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java749 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp512 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp5221 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputChannel(const std::string& name) { in createInputChannel() function in android::inputdispatcher::InputDispatcher