Home | History | Annotate | Download | only in android

Lines Matching refs:eos

417     bool eos;
418 CacheStatus_t status = getCacheRemaining(&eos);
420 if (eos || status == kStatusHigh
448 bool eos;
455 && (getCacheRemaining(&eos) == kStatusLow)
456 && !eos) {
671 CacheStatus_t AudioSfDecoder::getCacheRemaining(bool *eos) {
679 *eos = (finalStatus != OK);
684 //SL_LOGV("AudioSfDecoder::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
685 // dataRemainingUs / 1E6, *eos);
687 if (*eos) {