Home
last modified time | relevance | path

Searched refs:transferTouch (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h158 virtual bool transferTouch(const sp<IBinder>& destChannelToken) = 0;
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h128 bool transferTouch(const sp<IBinder>& destChannelToken) override;
H A DInputDispatcher.cpp4903 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken) { in transferTouch() function in android::inputdispatcher::InputDispatcher
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp1864 return dispatcher->transferTouch(destChannelToken); in __anon90001ff30102()
1986 const bool transferred = mDispatcher->transferTouch(secondWindow->getToken()); in TEST_F()
2122 ASSERT_TRUE(mDispatcher->transferTouch(secondWindowInSecondary->getToken())); in TEST_F()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2793 public boolean transferTouch() { in transferTouch() method in WindowState
2794 return mWmService.mInputManager.transferTouch(mInputChannelToken); in transferTouch()
H A DDisplayPolicy.java2700 final boolean transferred = mStatusBar.transferTouch();
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java686 public boolean transferTouch(IBinder destChannelToken) { in transferTouch() method in InputManagerService
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1842 if (im->getInputManager()->getDispatcher()->transferTouch(destChannelToken)) { in nativeTransferTouch()
/aosp12/frameworks/base/services/
H A Dart-profile19581 HPLcom/android/server/input/InputManagerService;->transferTouch(Landroid/os/IBinder;)Z
50750 PLcom/android/server/wm/WindowState;->transferTouch()Z