Home
last modified time | relevance | path

Searched defs:registerInputChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java158 default boolean registerInputChannel( in registerInputChannel() method
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java529 public void registerInputChannel(InputChannel inputChannel, in registerInputChannel() method in InputManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp451 status_t NativeInputManager::registerInputChannel(JNIEnv* /* env */, in registerInputChannel() function in android::NativeInputManager
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3370 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, in registerInputChannel() function in android::InputDispatcher