Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp397 status_t NativeInputManager::unregisterInputChannel(JNIEnv* /* env */, in unregisterInputChannel() function in android::NativeInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java513 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel() method in InputManagerService
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3375 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel() function in android::InputDispatcher