/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputFlingerService_test.cpp | 86 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override; 129 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::TestInputManager 214 mService->removeInputChannel(channel.getConnectionToken()); in TEST_F()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputManager.cpp | 136 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager 137 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
|
H A D | InputManager.h | 106 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
|
/aosp12/frameworks/native/libs/input/android/os/ |
H A D | IInputFlinger.aidl | 27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
|
/aosp12/frameworks/native/services/inputflinger/host/ |
H A D | InputFlinger.h | 49 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherInterface.h | 191 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EmbeddedWindowController.java | 194 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
|
H A D | InputConsumerImpl.java | 152 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
|
H A D | Letterbox.java | 319 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
|
H A D | TaskPositioner.java | 296 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in unregister()
|
H A D | DragState.java | 389 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
|
H A D | WindowState.java | 2804 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 275 status_t removeInputChannel(JNIEnv* env, const sp<IBinder>& connectionToken); 526 status_t NativeInputManager::removeInputChannel(JNIEnv* /* env */, in removeInputChannel() function in android::NativeInputManager 529 return mInputManager->getDispatcher()->removeInputChannel(connectionToken); in removeInputChannel() 1574 im->removeInputChannel(env, inputChannel->getConnectionToken()); in handleInputChannelDisposed() 1639 status_t status = im->removeInputChannel(env, token); in nativeRemoveInputChannel()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.h | 137 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
|
H A D | InputDispatcher.cpp | 558 removeInputChannel(connection->inputChannel->getConnectionToken()); in ~InputDispatcher() 5301 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | EndToEndNativeInputTest.cpp | 201 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 19565 HPLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V
|