Home
last modified time | relevance | path

Searched refs:toChannelToken (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java80 @NonNull IBinder toChannelToken); in transferTouchFocus() argument
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java315 IBinder fromChannelToken, IBinder toChannelToken, boolean isDragDrop); in nativeTransferTouchFocus() argument
1815 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument
1817 Objects.nonNull(toChannelToken); in transferTouchFocus()
1818 return nativeTransferTouchFocus(mPtr, fromChannelToken, toChannelToken, in transferTouchFocus()
3495 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument
3496 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1826 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local
1829 if (im->getInputManager()->getDispatcher()->transferTouchFocus(fromChannelToken, toChannelToken, in nativeTransferTouchFocus()