Searched refs:constellation_array (Results 1 – 1 of 1) sorted by relevance
58 jint* constellation_array = env->GetIntArrayElements(constellations, 0); in getBlocklistedSources() local59 if (nullptr == constellation_array) { in getBlocklistedSources()81 sources[i].constellation = static_cast<T_ConstellationType>(constellation_array[i]); in getBlocklistedSources()85 env->ReleaseIntArrayElements(constellations, constellation_array, 0); in getBlocklistedSources()