Searched defs:removeInputChannel (Results 1 – 7 of 7) sorted by relevance
27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
48 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
179 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager
5946 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher