Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputQueue.java102 public static void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel() method in InputQueue
/frameworks/base/core/jni/
Dandroid_view_InputQueue.cpp177 status_t NativeInputQueue::unregisterInputChannel(JNIEnv* env, jobject inputChannelObj) { in unregisterInputChannel() function in android::NativeInputQueue
/frameworks/base/services/java/com/android/server/wm/
DInputManager.java287 public void unregisterInputChannel(InputChannel inputChannel) { in unregisterInputChannel() method in InputManager
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp382 status_t NativeInputManager::unregisterInputChannel(JNIEnv* env, in unregisterInputChannel() function in android::NativeInputManager
/frameworks/base/services/input/
DInputDispatcher.cpp3673 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { in unregisterInputChannel() function in android::InputDispatcher