Searched defs:toChannelToken (Results 1 – 4 of 4) sorted by relevance
78 @NonNull IBinder toChannelToken); in transferTouchFocus()
111 boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()339 public native boolean transferTouchFocus(IBinder fromChannelToken, IBinder toChannelToken, in transferTouchFocus()
1331 @NonNull IBinder toChannelToken) { in transferTouchFocus()3214 @NonNull IBinder toChannelToken) { in transferTouchFocus()
2016 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus() local