Searched defs:rtt (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/common_time/
H A Ddiag_thread.h41 int32_t rtt);
52 int32_t rtt; member in struct:android::DiagThread::__anon1007
H A Ddiag_thread.cpp179 int32_t rtt) {
194 evt.rtt = rtt;
306 e.rtt);
175 pushDisciplineEvent(int64_t observed_local_time, int64_t observed_common_time, int64_t nominal_common_time, int32_t total_correction, int32_t rtt) argument
H A Dclock_recovery.cpp117 if (data[min_rtt].rtt > data[i].rtt)
125 int64_t rtt) {
133 ALOGE("local=%lld, common=%lld, delta=%lld, rtt=%lld\n",
135 raw_delta, rtt);
147 d.rtt = rtt;
212 filter_data_[filter_wr_].rtt = rtt;
226 if (current_point == min_rtt || rtt < control_thresh
123 pushDisciplineEvent(int64_t local_time, int64_t nominal_common_time, int64_t rtt) argument
[all...]
H A Dclock_recovery.h82 // The maximum allowed error rtt time for packets to be used for control
90 int64_t rtt; member in struct:android::ClockRecoveryLoop::__anon1005
H A Dcommon_time_server.cpp966 int64_t rtt = (clientRxLocalTime - clientTxLocalTime); local
973 int64_t rttCommon = mCommonClock.localDurationToCommonDuration(rtt);
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java182 //1-sided rtt measurement is supported
184 //11mc 2-sided rtt measurement is supported
614 * @deprecated Use {@link android.net.wifi.RttManager.RttResult#rtt} API.
620 public long rtt; field in class:RttManager.RttResult
649 /** average distance in cm, computed based on rtt. */
718 dest.writeLong(result.rtt);
768 results[i].rtt = in.readLong();

Completed in 525 milliseconds