Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp86 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 DInputManager.cpp136 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
137 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
H A DInputManager.h106 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
/aosp12/frameworks/native/libs/input/android/os/
H A DIInputFlinger.aidl27 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h49 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h191 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DEmbeddedWindowController.java194 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
H A DInputConsumerImpl.java152 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
H A DLetterbox.java319 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
H A DTaskPositioner.java296 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in unregister()
H A DDragState.java389 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
H A DWindowState.java2804 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp275 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 DInputDispatcher.h137 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
H A DInputDispatcher.cpp558 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 DEndToEndNativeInputTest.cpp201 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
/aosp12/frameworks/base/services/
H A Dart-profile19565 HPLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V