Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java78 @NonNull IBinder toChannelToken); 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.java1331 @NonNull IBinder toChannelToken) { in transferTouchFocus()
3214 @NonNull IBinder toChannelToken) { in transferTouchFocus()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2016 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local