Home | History | Annotate | Download | only in android

Lines Matching refs:eos

418     bool eos;
419 CacheStatus_t status = getCacheRemaining(&eos);
421 if (eos || status == kStatusHigh
449 bool eos;
456 && (getCacheRemaining(&eos) == kStatusLow)
457 && !eos) {
672 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) {
680 *eos = (finalStatus != OK);
685 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
686 // dataRemainingUs / 1E6, *eos);
688 if (*eos) {