Home
last modified time | relevance | path

Searched defs:fromChannelToken (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java79 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java315 IBinder fromChannelToken, IBinder toChannelToken, boolean isDragDrop); in nativeTransferTouchFocus()
1814 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
3494 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1825 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus() local