Home
last modified time | relevance | path

Searched refs:removeInputChannel (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method
298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java739 removeInputChannel(inputChannelToken); in removeSpyWindowGestureMonitor()
801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
803 mNative.removeInputChannel(connectionToken); in removeInputChannel()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java147 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
H A DEmbeddedWindowController.java216 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
H A DLetterbox.java336 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
H A DTaskPositioner.java281 mService.mInputManager.removeInputChannel(mClientChannel.getToken());
H A DDragState.java396 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
H A DWindowState.java2664 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp284 status_t removeInputChannel(const sp<IBinder>& connectionToken);
551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager
553 return mInputManager->getDispatcher().removeInputChannel(connectionToken); in removeInputChannel()
1789 im->removeInputChannel(inputChannel->getConnectionToken()); in handleInputChannelDisposed()
1853 status_t status = im->removeInputChannel(token); in nativeRemoveInputChannel()