Searched refs:unregisterInputChannel (Results 1 - 7 of 7) sorted by path

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java477 public void unregisterInputChannel(InputChannel inputChannel) { method in class:InputManagerService
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java154 mService.mInputManager.unregisterInputChannel(mServerChannel);
H A DFakeWindowImpl.java97 mService.mInputManager.unregisterInputChannel(mServerChannel);
H A DWindowState.java1128 mService.mInputManager.unregisterInputChannel(mInputChannel);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp184 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
360 status_t NativeInputManager::unregisterInputChannel(JNIEnv* env, function in class:android::NativeInputManager
362 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
1114 im->unregisterInputChannel(env, inputChannel);
1159 status_t status = im->unregisterInputChannel(env, inputChannel);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp222 unregisterInputChannel(mConnectionsByFd.valueAt(0)->inputChannel);
3319 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>& inputChannel) { function in class:android::InputDispatcher
3321 ALOGD("channel '%s' ~ unregisterInputChannel", inputChannel->getName().string());
H A DInputDispatcher.h343 virtual status_t unregisterInputChannel(const sp<InputChannel>& inputChannel) = 0;
395 virtual status_t unregisterInputChannel(const sp<InputChannel>& inputChannel);

Completed in 169 milliseconds