Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssDebug.h72 static uint32_t getConstellationType(const hardware::hidl_vec<T>& satelliteDataArray, size_t i);
75 static uint32_t getConstellationType(const std::vector<T>& satelliteDataArray, size_t i);
101 uint32_t GnssDebugUtil::getConstellationType(const hardware::hidl_vec<T>& satelliteDataArray, in getConstellationType() function
107 uint32_t GnssDebugUtil::getConstellationType(const std::vector<T>& satelliteDataArray, size_t i) { in getConstellationType() function
154 << GnssDebugUtil::getConstellationType(data.satelliteDataArray, i) in parseDebugData()
DGnssCallback.cpp315 uint32_t GnssCallbackHidl::getConstellationType(const IGnssCallback_V1_0::GnssSvStatus& svStatus, in getConstellationType() function in android::gnss::GnssCallbackHidl
321 uint32_t GnssCallbackHidl::getConstellationType( in getConstellationType() function in android::gnss::GnssCallbackHidl
359 (getConstellationType(svStatus, i) << CONSTELLATION_TYPE_SHIFT_WIDTH) | in gnssSvStatusCbImpl()
DGnssCallback.h182 static uint32_t getConstellationType(const T& svInfoList, size_t i) { in getConstellationType() function
/frameworks/base/location/java/android/location/
DGnssAutomaticGainControl.java73 public int getConstellationType() { in getConstellationType() method in GnssAutomaticGainControl
177 mConstellationType = agc.getConstellationType(); in Builder()
DGnssSignalType.java70 public int getConstellationType() { in getConstellationType() method in GnssSignalType
DGpsStatus.java177 int constellationType = status.getConstellationType(i); in setStatus()
DGnssSingleSatCorrection.java101 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/location/api/
Dcurrent.txt157 method public int getConstellationType();
285 method public int getConstellationType();
437 method public int getConstellationType();
448 method public int getConstellationType(@IntRange(from=0) int);
Dsystem-current.txt162 method public int getConstellationType();
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1461 new Pair<>(gnssStatus.getConstellationType(i), gnssStatus.getSvid(i))); in handleReportSvStatus()
1467 mGnssMetrics.logConstellationType(gnssStatus.getConstellationType(i)); in handleReportSvStatus()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...