Home
last modified time | relevance | path

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

/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
/frameworks/native/services/inputflinger/
DInputManager.cpp159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager
160 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
DInputManager.h112 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
/frameworks/native/services/inputflinger/host/
DInputFlinger.h54 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h193 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp150 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
228 binder::Status TestInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::TestInputManager
409 mService->removeInputChannel(channel.getConnectionToken()); in TEST_F()
/frameworks/base/services/core/java/com/android/server/wm/
DEmbeddedWindowController.java193 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
DInputConsumerImpl.java152 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
DLetterbox.java258 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
DTaskPositioner.java296 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in unregister()
DDragState.java386 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
DWindowState.java2722 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp275 status_t removeInputChannel(JNIEnv* env, const sp<IBinder>& connectionToken);
525 status_t NativeInputManager::removeInputChannel(JNIEnv* /* env */, in removeInputChannel() function in android::NativeInputManager
528 return mInputManager->getDispatcher()->removeInputChannel(connectionToken); in removeInputChannel()
1573 im->removeInputChannel(env, inputChannel->getConnectionToken()); in handleInputChannelDisposed()
1638 status_t status = im->removeInputChannel(env, token); in nativeRemoveInputChannel()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp177 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h135 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
DInputDispatcher.cpp550 removeInputChannel(connection->inputChannel->getConnectionToken()); in ~InputDispatcher()
5269 status_t InputDispatcher::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::inputdispatcher::InputDispatcher
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
/frameworks/base/services/
Dart-profile19565 HPLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V