Searched refs:nextBufferTime (Results 1 – 4 of 4) sorted by relevance
60 status_t nextBufferTime(int64_t *timeUs);
445 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
434 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime() function in android::AnotherPacketSource
788 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()