Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSemaphore.cpp48 const int ONE_SEC_IN_NANOSEC = 1000000000; in timedWait() local
61 if (nanoTotal > ONE_SEC_IN_NANOSEC) { in timedWait()
62 nanoTotal -= ONE_SEC_IN_NANOSEC; in timedWait()