Searched refs:toChannelToken (Results 1 – 3 of 3) sorted by relevance
80 @NonNull IBinder toChannelToken); in transferTouchFocus() argument
230 IBinder fromChannelToken, IBinder toChannelToken); in nativeTransferTouchFocus() argument1589 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument1591 Objects.nonNull(toChannelToken); in transferTouchFocus()1592 return nativeTransferTouchFocus(mPtr, fromChannelToken, toChannelToken); in transferTouchFocus()2505 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument2506 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
1582 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local1586 fromChannelToken, toChannelToken)) { in nativeTransferTouchFocus()