Home
last modified time | relevance | path

Searched refs:tv2double (Results 1 – 3 of 3) sorted by relevance

/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c271 if (tv2double(&delta) > duration) { break; } in main()
473 (float) (tv2double(&endTime) - tv2double(&startTime))); in randDelay()
/system/extras/tests/include/
DtestUtil.h31 double tv2double(const struct timeval *val);
/system/extras/tests/lib/testUtil/
DtestUtil.c58 double tv2double(const struct timeval *val) in tv2double() function