Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java316 private static native boolean nativeTransferTouch(long ptr, IBinder destChannelToken); in nativeTransferTouch()
686 public boolean transferTouch(IBinder destChannelToken) { in transferTouch()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1839 sp<IBinder> destChannelToken = ibinderForJavaObject(env, destChannelTokenObj); in nativeTransferTouch() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4903 bool InputDispatcher::transferTouch(const sp<IBinder>& destChannelToken) { in transferTouch()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp1863 sp<IBinder> destChannelToken) { in __anon90001ff30102()