Home
last modified time | relevance | path

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

/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h31 double tv2double(const struct timeval *val);
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c55 double tv2double(const struct timeval *val) in tv2double() function
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp394 if (tv2double(&delta) > duration) { break; } in main()