Searched defs:toChannelToken (Results 1 – 4 of 4) sorted by relevance
73 @NonNull IBinder toChannelToken); in transferTouchFocus()
101 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()280 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
1808 @NonNull IBinder toChannelToken) { in transferTouchFocus()3748 @NonNull IBinder toChannelToken) { in transferTouchFocus()
1835 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local