Home
last modified time | relevance | path

Searched refs:tsDelta (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/lib/testUtil/include/
DtestUtil.h32 struct timespec tsDelta(const struct timespec *first,
/system/extras/tests/lib/testUtil/
DtestUtil.c100 struct timespec tsDelta(const struct timespec *first, in tsDelta() function
274 delta = tsDelta(&start, &current); in testDelay()
299 delta = tsDelta(&start, &current); in testDelaySpin()