Searched refs:jIds (Results 1 – 2 of 2) sorted by relevance
1090 jlong *jIds = _env->GetLongArrayElements(_ids, nullptr); in nElementCreate2() local1091 if (jIds == nullptr) { in nElementCreate2()1105 ids[i] = (RsElement)jIds[i]; in nElementCreate2()1121 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT); in nElementCreate2()
952 jlong *jIds = _env->GetLongArrayElements(_ids, NULL); in nElementCreate2() local959 ids[i] = (RsElement)jIds[i]; in nElementCreate2()975 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT); in nElementCreate2()