Home
last modified time | relevance | path

Searched refs:getNanoseconds (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.h27 int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC);
Dtest_aaudio.cpp139 const int64_t nowNs = getNanoseconds(); in getLatency()
417 int64_t beginTime = getNanoseconds(CLOCK_MONOTONIC); in TEST_P()
431 beginTime = getNanoseconds(CLOCK_MONOTONIC); in TEST_P()
Dutils.cpp31 int64_t getNanoseconds(clockid_t clockId) { in getNanoseconds() function
Dtest_aaudio_callback.cpp36 int64_t now = getNanoseconds(); in measureLatency()