Searched refs:rtt (Results 1 - 9 of 9) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A DAndroid.mk30 rtt.cpp \
H A Dcommon.h209 u64 rtt; // in nanoseconds member in struct:wifi_gscan_result
210 u64 rtt_sd; // standard deviation in rtt
H A Dgscan.cpp163 to->rtt = from->rtt;
339 result->rtt = it2.get_u64();
788 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length);
1861 ALOGI("%lld\t", mResult->rtt);
H A Drtt.cpp511 ALOGI("No rtt results found");
579 "\trssi : %d dbm, rx_rate : %d Kbps, rtt : %llu ns, rtt_sd : %llu\n"
585 rtt_result->rtt/10, rtt_result->rtt_sd, rtt_result->distance_mm / 10,
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A DAndroid.mk44 rtt.cpp \
100 rtt.cpp \
H A Dgscan_event_handler.cpp324 results[i].rtt =
342 "rtt %" PRId64" rtt_sd %" PRId64,
346 results[i].channel, results[i].rssi, results[i].rtt,
567 results[i].rtt =
585 "rtt %" PRId64 " rtt_sd %" PRId64,
589 results[i].channel, results[i].rssi, results[i].rtt,
753 mPasspointNetworkFoundResult->rtt =
809 " rtt: % " PRId64 " rtt_sd %" PRId64 " ie_length %u ",
820 mPasspointNetworkFoundResult->rtt,
979 results[i].rtt
[all...]
H A Dgscan.cpp2016 cached_results[i].results[j].rtt =
2049 ALOGD("%s: rtt %" PRId64, __FUNCTION__,
2050 cached_results[i].results[j].rtt);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Drtt.h133 wifi_timespan rtt; // round trip time in picoseconds member in struct:__anon1955
134 wifi_timespan rtt_sd; // rtt standard deviation in picoseconds
135 wifi_timespan rtt_spread; // difference between max and min rtt times recorded in picoseconds
196 byte rtt_one_sided_supported; // if 1-sided rtt data collection is supported
197 byte rtt_ftm_supported; // if ftm rtt data collection is supported
218 }; //rtt debug type
223 }; //rtt debug format
228 unsigned type; // rtt debug type
229 unsigned format; //rtt debug format
H A Dgscan.h85 wifi_timespan rtt; // in nanoseconds member in struct:__anon1910
86 wifi_timespan rtt_sd; // standard deviation in rtt

Completed in 207 milliseconds