Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSemaphore.cpp50 const int ONE_SEC_IN_MSEC = 1000; in timedWait() local
55 int secToGo = timeInMSec / ONE_SEC_IN_MSEC; in timedWait()
56 int msecToGo = timeInMSec - (ONE_SEC_IN_MSEC * secToGo); in timedWait()