HomeSort by relevance Sort by last modified time
    Searched defs:unregisterInputChannel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 199 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
442 status_t NativeInputManager::unregisterInputChannel(JNIEnv* /* env */,
444 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 541 public void unregisterInputChannel(InputChannel inputChannel) {
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 226 unregisterInputChannel(mConnectionsByFd.valueAt(0)->inputChannel);
    [all...]

Completed in 5593 milliseconds