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.java108 boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch()
284 public native boolean transferTouch(IBinder destChannelToken, int displayId); in transferTouch()
DInputManagerService.java691 public boolean transferTouch(IBinder destChannelToken, int displayId) { in transferTouch()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1848 sp<IBinder> destChannelToken = ibinderForJavaObject(env, destChannelTokenObj); in nativeTransferTouch() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5161 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken, int32_t displayId) { in transferTouch()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp2807 sp<IBinder> /*ignored*/, sp<IBinder> destChannelToken) { in __anon9c9b49330302()