/frameworks/base/core/jni/ |
D | android_view_WindowManagerGlobal.cpp | 36 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()
|
D | android_view_WindowManagerGlobal.h | 27 extern void removeInputChannel(const sp<IBinder>& clientToken);
|
/frameworks/native/libs/input/android/os/ |
D | IInputFlinger.aidl | 26 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 279 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager 280 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
|
D | InputManager.h | 141 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 190 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method 325 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 742 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/ |
D | InputConsumerImpl.java | 149 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
|
D | EmbeddedWindowController.java | 281 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
|
D | Letterbox.java | 352 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
|
D | TaskPositioner.java | 281 mService.mInputManager.removeInputChannel(mClientChannel.getToken());
|
D | DragState.java | 438 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
|
D | WindowState.java | 2653 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
|
/frameworks/base/native/android/ |
D | surface_control_input_receiver.cpp | 94 removeInputChannel(mClientToken); in remove()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 861 private static void removeInputChannel(IBinder clientToken) { in removeInputChannel() method in WindowManagerGlobal 926 removeInputChannel(surfaceControlInputReceiverInfo.mClientToken); in unregisterSurfaceControlInputReceiver()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 277 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/ |
D | InputDispatcher.h | 138 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
|
D | InputDispatcher.cpp | 6169 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 288 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 8319 mDispatcher->removeInputChannel(mWindow->getToken()); in TEST_F()
|
/frameworks/base/services/ |
D | art-wear-profile | 11924 PLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V
|