Home
last modified time | relevance | path

Searched defs:removeInputChannel (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
/frameworks/native/services/inputflinger/host/
DInputFlinger.h48 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
/frameworks/native/services/inputflinger/
DInputManager.cpp179 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method
298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
DInputManagerService.java801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5946 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher