Home
last modified time | relevance | path

Searched defs:getConstellationType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java149 public int getConstellationType() { in getConstellationType() method in GnssSingleSatCorrection
DGnssStatus.java179 public int getConstellationType(@IntRange(from = 0) int satelliteIndex) { in getConstellationType() method in GnssStatus
DGnssMeasurement.java345 public int getConstellationType() { in getConstellationType() method in GnssMeasurement
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp501 uint32_t getConstellationType(const IGnssCallback_V1_0::GnssSvStatus& svStatus, size_t i) { in getConstellationType() function
505 …uint32_t getConstellationType(const hidl_vec<IGnssCallback_V2_0::GnssSvInfo>& svInfoList, size_t i… in getConstellationType() function
509 …uint32_t getConstellationType(const hidl_vec<IGnssCallback_V2_1::GnssSvInfo>& svInfoList, size_t i… in getConstellationType() function
2417 uint32_t getConstellationType(const hidl_vec<T>& satelliteDataArray, size_t i) { in getConstellationType() function