Searched refs:constellation_array (Results 1 – 1 of 1) sorted by relevance
3462 jint *constellation_array = env->GetIntArrayElements(constellations, 0); in android_location_GnssConfiguration_set_satellite_blacklist() local3463 if (nullptr == constellation_array) { in android_location_GnssConfiguration_set_satellite_blacklist()3485 … sources[i].constellation = static_cast<GnssConstellationType_V2_0>(constellation_array[i]); in android_location_GnssConfiguration_set_satellite_blacklist()3497 sources[i].constellation = static_cast<GnssConstellationType_V1_0>(constellation_array[i]); in android_location_GnssConfiguration_set_satellite_blacklist()