Searched refs:constellation_array (Results 1 – 1 of 1) sorted by relevance
2916 jint *constellation_array = env->GetIntArrayElements(constellations, 0); in android_location_GnssConfiguration_set_satellite_blacklist() local2917 if (nullptr == constellation_array) { in android_location_GnssConfiguration_set_satellite_blacklist()2938 sources[i].constellation = static_cast<GnssConstellationType>(constellation_array[i]); in android_location_GnssConfiguration_set_satellite_blacklist()