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.java138 public int getConstellationType(int satIndex) { in getConstellationType() method in GnssStatus
DGnssMeasurement.java295 public int getConstellationType() { in getConstellationType() method in GnssMeasurement
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp619 uint32_t getConstellationType(const IGnssCallback_V1_0::GnssSvStatus& svStatus, size_t i) { in getConstellationType() function
623 uint32_t getConstellationType(const hidl_vec<IGnssCallback::GnssSvInfo>& svInfoList, size_t i) { in getConstellationType() function
2384 uint32_t getConstellationType(const hidl_vec<T>& satelliteDataArray, size_t i) { in getConstellationType() function