Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSemaphore.cpp49 const int ONE_MSEC_IN_NANOSEC = 1000000; in timedWait() local
57 int nanoSecToGo = ONE_MSEC_IN_NANOSEC * msecToGo; in timedWait()