Home
last modified time | relevance | path

Searched defs:destChannelToken (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java118 boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch()
343 public native boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch()
DInputManagerService.java690 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2029 sp<IBinder> destChannelToken = ibinderForJavaObject(env, destChannelTokenObj); in nativeTransferTouch() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5568 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken, int32_t displayId) { in transferTouch()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp4468 sp<IBinder> /*ignored*/, sp<IBinder> destChannelToken) { in __anon5d86674c0502()