Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java77 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
H A DNativeInputManagerService.java111 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
339 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
H A DInputManagerService.java1330 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
3213 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2015 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus() local