Searched refs:toChannelTokenObj (Results 1 – 1 of 1) sorted by relevance
1576 jclass /* clazz */, jlong ptr, jobject fromChannelTokenObj, jobject toChannelTokenObj) { in nativeTransferTouchFocus() argument1577 if (fromChannelTokenObj == nullptr || toChannelTokenObj == nullptr) { in nativeTransferTouchFocus()1582 sp<IBinder> toChannelToken = ibinderForJavaObject(env, toChannelTokenObj); in nativeTransferTouchFocus()