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

  /system/chre/apps/chqts/src/general_test/
cell_info_lte.cc 69 } else if (!isBoundedInt32(strength.timingAdvance, 0, max, max)) {
71 strength.timingAdvance);
  /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;
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthLte.java 47 int timingAdvance) {
53 mTimingAdvance = 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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 1381 milliseconds