Home
last modified time | relevance | path

Searched refs:removeInputChannel (Results 1 – 21 of 21) 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->CallStaticVoidMethod(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.cpp277 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
278 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
DInputManager.h141 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h191 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java64 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method
378 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
DInputManagerService.java850 removeInputChannel(inputChannelToken); in removeSpyWindowGestureMonitor()
912 public void removeInputChannel(@NonNull IBinder connectionToken) { in removeInputChannel() method in InputManagerService
914 mNative.removeInputChannel(connectionToken); in removeInputChannel()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java148 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
DEmbeddedWindowController.java326 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
DLetterbox.java330 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
DDragState.java451 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
DWindowState.java2528 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.java912 private static void removeInputChannel(IBinder clientToken) { in removeInputChannel() method in WindowManagerGlobal
977 removeInputChannel(surfaceControlInputReceiverInfo.mClientToken); in unregisterSurfaceControlInputReceiver()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp333 status_t removeInputChannel(const sp<IBinder>& connectionToken);
697 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager
699 return mInputManager->getDispatcher().removeInputChannel(connectionToken); in removeInputChannel()
2380 status_t status = im->removeInputChannel(token); in nativeRemoveInputChannel()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h140 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
DInputDispatcher.cpp6260 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp281 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp9357 mDispatcher->removeInputChannel(mWindow->getToken()); in TEST_F()
/frameworks/base/services/
Dart-wear-profile9378 PLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V