Searched defs:removeInputChannel (Results 1 – 7 of 7) sorted by relevance
27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
49 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
136 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
129 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
526 status_t NativeInputManager::removeInputChannel(JNIEnv* /* env */, in removeInputChannel() function in android::NativeInputManager
5301 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher