Searched refs:fromChannelTokenObj (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()1581 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus()