Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp31 int64_t getNanoseconds(clockid_t clockId) { in getNanoseconds() argument
33 int result = clock_gettime(clockId, &time); in getNanoseconds()
Dutils.h27 int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC);