/frameworks/native/libs/input/android/os/ |
D | IInputFlinger.aidl | 34 void removeInputChannel(in IBinder connectionToken); in removeInputChannel() method
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 159 binder::Status InputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::InputManager 160 mDispatcher->removeInputChannel(connectionToken); in removeInputChannel()
|
D | InputManager.h | 112 binder::Status removeInputChannel(const sp<IBinder>& connectionToken) override;
|
/frameworks/native/services/inputflinger/host/ |
D | InputFlinger.h | 54 binder::Status removeInputChannel(const sp<IBinder>&) override { return binder::Status::ok(); } in removeInputChannel() function
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherInterface.h | 193 virtual status_t removeInputChannel(const sp<IBinder>& connectionToken) = 0;
|
/frameworks/native/services/inputflinger/tests/ |
D | InputFlingerService_test.cpp | 150 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/ |
D | EmbeddedWindowController.java | 193 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
|
D | InputConsumerImpl.java | 152 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in disposeChannelsLw()
|
D | Letterbox.java | 258 mWmService.mInputManager.removeInputChannel(mToken); in dispose()
|
D | TaskPositioner.java | 296 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in unregister()
|
D | DragState.java | 386 mService.mInputManager.removeInputChannel(mClientChannel.getToken()); in tearDown()
|
D | WindowState.java | 2722 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 275 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/ |
D | EndToEndNativeInputTest.cpp | 177 mInputFlinger->removeInputChannel(mClientChannel->getConnectionToken()); in ~InputSurface()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 135 status_t removeInputChannel(const sp<IBinder>& connectionToken) override;
|
D | InputDispatcher.cpp | 550 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/ |
D | InputManagerService.java | 757 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
|
/frameworks/base/services/ |
D | art-profile | 19565 HPLcom/android/server/input/InputManagerService;->removeInputChannel(Landroid/os/IBinder;)V
|