Home
last modified time | relevance | path

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

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