Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DTextToSpeechFacade.java36 private final CountDownLatch mOnInitLock; field in TextToSpeechFacade
40 mOnInitLock = new CountDownLatch(1); in TextToSpeechFacade()
44 mOnInitLock.countDown(); in TextToSpeechFacade()
59 mOnInitLock.await(); in ttsSpeak()
67 mOnInitLock.await(); in ttsIsSpeaking()