HomeSort by relevance Sort by last modified time
    Searched defs:timingAdvance (Results 1 - 4 of 4) sorted by null

  /system/chre/chre_api/include/chre_api/chre/
wwan.h 210 int32_t timingAdvance;
281 //! Approximate distance can be calculated using 300m/us * timingAdvance.
286 int32_t timingAdvance;
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 210 int32_t timingAdvance;
281 //! Approximate distance can be calculated using 300m/us * timingAdvance.
286 int32_t timingAdvance;
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 398 int timingAdvance = cellSignalStrengthLte.getTimingAdvance();
399 assertTrue("getTimingAdvance() out of range [0,1282], timingAdvance=" + timingAdvance,
400 timingAdvance == Integer.MAX_VALUE || (timingAdvance >= 0 && timingAdvance <= 1282));
  /hardware/ril/include/telephony/
ril.h     [all...]

Completed in 199 milliseconds