Home
last modified time | relevance | path

Searched refs:transferTouchOnDisplay (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h159 virtual bool transferTouchOnDisplay(const sp<IBinder>& destChannelToken,
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h129 bool transferTouchOnDisplay(const sp<IBinder>& destChannelToken,
DInputDispatcher.cpp5822 bool InputDispatcher::transferTouchOnDisplay(const sp<IBinder>& destChannelToken, in transferTouchOnDisplay() function in android::inputdispatcher::InputDispatcher
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2105 if (im->getInputManager()->getDispatcher().transferTouchOnDisplay(destChannelToken, in nativeTransferTouchOnDisplay()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp6312 return dispatcher->transferTouchOnDisplay(destChannelToken, in __anon94065d070502()
6425 const bool transferred = mDispatcher->transferTouchOnDisplay(secondWindow->getToken(), in TEST_F()
6557 ASSERT_TRUE(mDispatcher->transferTouchOnDisplay(secondWindowInSecondary->getToken(), in TEST_F()