Home
last modified time | relevance | path

Searched refs:constellation_array (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp3462 jint *constellation_array = env->GetIntArrayElements(constellations, 0); in android_location_GnssConfiguration_set_satellite_blacklist() local
3463 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()