Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DInputManagerInternal.java80 @NonNull IBinder toChannelToken); in transferTouchFocus() argument
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java230 IBinder fromChannelToken, IBinder toChannelToken); in nativeTransferTouchFocus() argument
1589 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument
1591 Objects.nonNull(toChannelToken); in transferTouchFocus()
1592 return nativeTransferTouchFocus(mPtr, fromChannelToken, toChannelToken); in transferTouchFocus()
2505 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument
2506 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1582 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local
1586 fromChannelToken, toChannelToken)) { in nativeTransferTouchFocus()