Home
last modified time | relevance | path

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

/system/extras/tests/lib/testUtil/
DtestUtil.c46 double ts2double(const struct timespec *val) in ts2double() function
277 if (ts2double(&delta) > amt) { break; } in testDelay()
280 remaining = double2ts(amt - ts2double(&delta)); in testDelay()
302 if (ts2double(&delta) > amt) { break; } in testDelaySpin()
/system/extras/tests/include/
DtestUtil.h30 double ts2double(const struct timespec *val);
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp286 double delta = ts2double(&deltaTimespec); in client()