Searched refs:rtt (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/libs/common_time/ |
H A D | diag_thread.h | 41 int32_t rtt); 52 int32_t rtt; member in struct:android::DiagThread::__anon951
|
H A D | clock_recovery.cpp | 116 if (data[min_rtt].rtt > data[i].rtt) 124 int64_t rtt) { 132 ALOGE("local=%lld, common=%lld, delta=%lld, rtt=%lld\n", 134 raw_delta, rtt); 146 d.rtt = rtt; 211 filter_data_[filter_wr_].rtt = rtt; 225 if (current_point == min_rtt || rtt < control_thresh 122 pushDisciplineEvent(int64_t local_time, int64_t nominal_common_time, int64_t rtt) argument [all...] |
H A D | clock_recovery.h | 82 // The maximum allowed error rtt time for packets to be used for control 90 int64_t rtt; member in struct:android::ClockRecoveryLoop::__anon949
|
H A D | diag_thread.cpp | 179 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 D | common_time_server.cpp | 965 int64_t rtt = (clientRxLocalTime - clientTxLocalTime); local 972 int rttCommon = mCommonClock.localDurationToCommonDuration(rtt);
|
/frameworks/opt/net/wifi/service/tools/halutil/ |
H A D | halutil.cpp | 204 printMsg("%lld\t", result.rtt); 569 result[i].rssi_spread, result[i].rtt, result[i].rtt_sd, result[i].rtt_spread, 1232 printf(" -rtt Run RTT on nearby APs\n"); 1259 } else if ((strcmp(argv[1], "-rtt") == 0)) {
|
/frameworks/opt/net/wifi/service/jni/ |
H A D | com_android_server_wifi_WifiNative.cpp | 907 ALOGE("Error in creating rtt result"); 922 setLongField(env, rttResult, "rtt_ns", result.rtt); 942 ALOGD("sending rtt request [%d] = %p", id, handle); 981 ALOGD("cancelling rtt request [%d] = %p", id, handle);
|
Completed in 70 milliseconds