Searched refs:removeInputChannel (Results 1 – 9 of 9) sorted by relevance
61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
739 removeInputChannel(inputChannelToken); in removeSpyWindowGestureMonitor()801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService803 mNative.removeInputChannel(connectionToken); in removeInputChannel()
147 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
216 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
336 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
281 mService.mInputManager.removeInputChannel(mClientChannel.getToken());
396 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
2664 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
284 status_t removeInputChannel(const sp<IBinder>& connectionToken);551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager553 return mInputManager->getDispatcher().removeInputChannel(connectionToken); in removeInputChannel()1789 im->removeInputChannel(inputChannel->getConnectionToken()); in handleInputChannelDisposed()1853 status_t status = im->removeInputChannel(token); in nativeRemoveInputChannel()