Home
last modified time | relevance | path

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

/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
/frameworks/native/services/inputflinger/host/
DInputFlinger.h54 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
/frameworks/native/services/inputflinger/
DInputManager.cpp159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp228 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::TestInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp525 status_t NativeInputManager::removeInputChannel(JNIEnv* /* env */, in removeInputChannel() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5269 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher