Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssConfiguration.h58 jint* constellation_array = env->GetIntArrayElements(constellations, 0); in getBlocklistedSources() local
59 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()