Searched refs:mClientCompletionWait (Results 1 – 2 of 2) sorted by relevance
36 mClientCompletionWait.tryWait(); // this will reset semaphore to 0 if it is 1. in prepare()60 if (!mClientCompletionWait.timedWait(waitTimeInMsec)) { in waitForCompletion()103 mClientCompletionWait(0), in AudioLocal()124 mClientCompletionWait.post(); in threadLoop()133 mClientCompletionWait.post(); in threadLoop()
90 Semaphore mClientCompletionWait; variable