Home
last modified time | relevance | path

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

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