HomeSort by relevance Sort by last modified time
    Searched refs:multipathIndicator (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal 274 * pseudorangeRate, multipathIndicator) reported in this struct must be
555 GnssMultipathIndicator multipathIndicator;
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
MeasurementAPIClient.cpp 206 if (in.multipathIndicator & GNSS_MEASUREMENTS_MULTIPATH_INDICATOR_PRESENT)
208 if (in.multipathIndicator & GNSS_MEASUREMENTS_MULTIPATH_INDICATOR_NOT_PRESENT)
210 out.multipathIndicator =
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 229 if (in.multipathIndicator & GNSS_MEASUREMENTS_MULTIPATH_INDICATOR_PRESENT)
231 if (in.multipathIndicator & GNSS_MEASUREMENTS_MULTIPATH_INDICATOR_NOT_PRESENT)
233 out.multipathIndicator =
  /hardware/interfaces/gnss/1.0/default/
GnssMeasurement.cpp 79 .multipathIndicator = static_cast<IGnssMeasurementCallback::GnssMultipathIndicator>(
172 gnssData.measurements[i].multipathIndicator =
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.h 565 GnssMeasurementsMultipathIndicator multipathIndicator;
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 535 GnssMeasurementsMultipathIndicator multipathIndicator;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 831 SET(MultipathIndicator, static_cast<int32_t>(measurement->multipathIndicator));
    [all...]

Completed in 4529 milliseconds