Home | History | Annotate | Download | only in libopensles

Lines Matching defs:eos

563     bool eos;
569 && (getCacheRemaining(&eos) == kStatusLow)
570 && !eos) {
706 bool eos;
707 CacheStatus status = getCacheRemaining(&eos);
709 if (eos || status == kStatusHigh
763 SfPlayer::CacheStatus SfPlayer::getCacheRemaining(bool *eos) {
769 size_t dataRemaining = cachedSource->approxDataRemaining(eos);
775 //SL_LOGV("SfPlayer::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
776 // dataRemainingUs / 1E6, *eos);
778 if (*eos) {