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

  /hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal 58 HAS_AUTOMATIC_GAIN_CONTROL = 1 << 13
  /frameworks/base/location/java/android/location/
GnssMeasurement.java 60 private static final int HAS_AUTOMATIC_GAIN_CONTROL = (1<<13);
897 return isFlagSet(HAS_AUTOMATIC_GAIN_CONTROL);
925 setFlag(HAS_AUTOMATIC_GAIN_CONTROL);
935 resetFlag(HAS_AUTOMATIC_GAIN_CONTROL);
    [all...]
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 175 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_AUTOMATIC_GAIN_CONTROL;
  /hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp 175 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_AUTOMATIC_GAIN_CONTROL;
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 716 if (flags & static_cast<uint32_t>(GnssMeasurementFlags::HAS_AUTOMATIC_GAIN_CONTROL)) {
    [all...]

Completed in 488 milliseconds