Searched defs:unregisterInputChannel (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/services/input/
H A DInputDispatcher.cpp241 unregisterInputChannel(mConnectionsByReceiveFd.valueAt(0)->inputChannel);
3673 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { function in class:android::InputDispatcher
3675 LOGD("channel '%s' ~ unregisterInputChannel", inputChannel->getName().string());
/frameworks/base/services/java/com/android/server/wm/
H A DInputManager.java287 public void unregisterInputChannel(InputChannel inputChannel) { method in class:InputManager
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp182 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
383 status_t NativeInputManager::unregisterInputChannel(JNIEnv* env, function in class:android::NativeInputManager
385 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
1075 gNativeInputManager->unregisterInputChannel(env, inputChannel);
1125 status_t status = gNativeInputManager->unregisterInputChannel(env, inputChannel);
/frameworks/base/core/java/android/view/
H A DInputQueue.java102 public static void unregisterInputChannel(InputChannel inputChannel) { method in class:InputQueue
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp62 status_t unregisterInputChannel(JNIEnv* env, jobject inputChannelObj);
177 status_t NativeInputQueue::unregisterInputChannel(JNIEnv* env, jobject inputChannelObj) { function in class:android::NativeInputQueue
294 q->unregisterInputChannel(env, inputChannelObj);
466 status_t status = gNativeInputQueue.unregisterInputChannel(env, inputChannelObj);

Completed in 252 milliseconds