Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/tts/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51394 Landroid/speech/tts/TextToSpeechService$SynthHandler;->mFlushAll:I