Searched refs:toChannelToken (Results 1 – 3 of 3) sorted by relevance
80 @NonNull IBinder toChannelToken); in transferTouchFocus() argument
315 IBinder fromChannelToken, IBinder toChannelToken, boolean isDragDrop); in nativeTransferTouchFocus() argument1815 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument1817 Objects.nonNull(toChannelToken); in transferTouchFocus()1818 return nativeTransferTouchFocus(mPtr, fromChannelToken, toChannelToken, in transferTouchFocus()3495 @NonNull IBinder toChannelToken) { in transferTouchFocus() argument3496 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
1826 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local1829 if (im->getInputManager()->getDispatcher()->transferTouchFocus(fromChannelToken, toChannelToken, in nativeTransferTouchFocus()