Searched refs:timeInMSec (Results 1 – 4 of 4) sorted by relevance
46 bool Semaphore::timedWait(int timeInMSec) in timedWait() argument55 int secToGo = timeInMSec / ONE_SEC_IN_MSEC; in timedWait()56 int msecToGo = timeInMSec - (ONE_SEC_IN_MSEC * secToGo); in timedWait()
79 bool waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec);121 bool timedWait(int timeInMSec) { in timedWait() argument122 return mClientWait.timedWait(timeInMSec); in timedWait()
39 bool timedWait(int timeInMSec);
156 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion() argument158 LOGV("waitForCompletion %d", timeInMSec); in waitForCompletion()159 return toCommandHandler(command)->timedWait(timeInMSec); in waitForCompletion()