Searched refs:nextBufferTime (Results 1 – 4 of 4) sorted by relevance
63 status_t nextBufferTime(int64_t *timeUs);
417 if (src == NULL || src->nextBufferTime(&firstTimeUs) != OK) { in estimateDurationsFromTimesUsAtEnd()603 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
490 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime() function in android::AnotherPacketSource
759 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()