Searched defs:removeInputChannel (Results 1 – 7 of 7) sorted by relevance
34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
54 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
228 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::TestInputManager
757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
525 status_t NativeInputManager::removeInputChannel(JNIEnv* /* env */, in removeInputChannel() function in android::NativeInputManager
5269 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher