HomeSort by relevance Sort by last modified time
    Searched refs:QUEUE_DESTROY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 462 // message with QUEUE_DESTROY arrives we increment mFlushAll. Then a message is added to the
468 // QUEUE_DESTROY, we want to keep flushing messages until we arrive at the last QUEUE_FLUSH
469 // or QUEUE_DESTROY message.
576 } else if (queueMode == TextToSpeech.QUEUE_DESTROY) {
    [all...]
TextToSpeech.java 149 static final int QUEUE_DESTROY = 2;
    [all...]

Completed in 353 milliseconds