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

  /hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal 462 bitfield<GnssAccumulatedDeltaRangeState> accumulatedDeltaRangeState;
509 * accumulatedDeltaRangeState flags.
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 213 out.accumulatedDeltaRangeState |=
216 out.accumulatedDeltaRangeState |=
219 out.accumulatedDeltaRangeState |=
  /hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp 213 out.accumulatedDeltaRangeState |=
216 out.accumulatedDeltaRangeState |=
219 out.accumulatedDeltaRangeState |=
  /hardware/interfaces/gnss/1.0/default/
GnssMeasurement.cpp 72 .accumulatedDeltaRangeState = entry.accumulated_delta_range_state,
147 gnssData.measurements[i].accumulatedDeltaRangeState =
  /cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java 289 int accumulatedDeltaRangeState = measurement.getAccumulatedDeltaRangeState();
294 String.valueOf(accumulatedDeltaRangeState),
295 accumulatedDeltaRangeState >= 0 && accumulatedDeltaRangeState <= 7);
296 if (accumulatedDeltaRangeState > 0) {
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 692 SET(AccumulatedDeltaRangeState,
693 (static_cast<int32_t>(measurement->accumulatedDeltaRangeState)));
    [all...]

Completed in 59 milliseconds