Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java471 private int mFlushAll = 0; field in TextToSpeechService.SynthHandler
480 mFlushAll += 1; in startFlushingSpeechItems()
489 mFlushAll -= 1; in endFlushingSpeechItems()
497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); in isFlushed()