Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_WindowManagerGlobal.cpp36 jmethodID removeInputChannel; member
68 void removeInputChannel(const sp<IBinder>& clientToken) { in removeInputChannel() function
72 env->CallStaticObjectMethod(gWindowManagerGlobal.clazz, gWindowManagerGlobal.removeInputChannel, in removeInputChannel()
84 gWindowManagerGlobal.removeInputChannel = in register_android_view_WindowManagerGlobal()
Dandroid_view_WindowManagerGlobal.h27 extern void removeInputChannel(const sp<IBinder>& clientToken);
/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl26 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
/frameworks/native/services/inputflinger/
DInputManager.cpp279 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
280 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
DInputManager.h141 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h190 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method
325 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
DInputManagerService.java742 removeInputChannel(inputChannelToken); in removeSpyWindowGestureMonitor()
804 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
806 mNative.removeInputChannel(connectionToken); in removeInputChannel()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java149 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
DEmbeddedWindowController.java281 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
DLetterbox.java352 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
DTaskPositioner.java281 mService.mInputManager.removeInputChannel(mClientChannel.getToken());
DDragState.java438 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
DWindowState.java2653 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
/frameworks/base/native/android/
Dsurface_control_input_receiver.cpp94 removeInputChannel(mClientToken); in remove()
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java861 private static void removeInputChannel(IBinder clientToken) { in removeInputChannel() method in WindowManagerGlobal
926 removeInputChannel(surfaceControlInputReceiverInfo.mClientToken); in unregisterSurfaceControlInputReceiver()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp277 status_t removeInputChannel(const sp<IBinder>& connectionToken);
568 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager
570 return mInputManager->getDispatcher().removeInputChannel(connectionToken); in removeInputChannel()
1854 im->removeInputChannel(inputChannel->getConnectionToken()); in handleInputChannelDisposed()
1918 status_t status = im->removeInputChannel(token); in nativeRemoveInputChannel()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h138 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
DInputDispatcher.cpp6169 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp288 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp8319 mDispatcher->removeInputChannel(mWindow->getToken()); in TEST_F()
/frameworks/base/services/
Dart-wear-profile11924 PLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V