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

  /hardware/interfaces/gnss/1.0/
IGnssMeasurementCallback.hal 97 STATE_GLO_STRING_SYNC = 1 << 6,
354 * String sync : [ 0 2s ] : STATE_GLO_STRING_SYNC set
  /frameworks/base/location/java/android/location/
GnssMeasurement.java 101 public static final int STATE_GLO_STRING_SYNC = (1<<6);
326 if ((mState & STATE_GLO_STRING_SYNC) != 0) {
403 * String sync : [ 0 2s ] : STATE_GLO_STRING_SYNC is set
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java 483 } else if ((state & GnssMeasurement.STATE_GLO_STRING_SYNC)
484 == GnssMeasurement.STATE_GLO_STRING_SYNC) {
    [all...]
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 192 out.state |= IGnssMeasurementCallback::GnssMeasurementState::STATE_GLO_STRING_SYNC;
  /hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp 192 out.state |= IGnssMeasurementCallback::GnssMeasurementState::STATE_GLO_STRING_SYNC;
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 237 milliseconds