Searched refs:hasOverrun (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp6130 bool hasOverrun; local
6132 activeTrack->mResamplerBufferProvider->sync(&framesIn, &hasOverrun);
6133 if (hasOverrun) {
6656 size_t *framesAvailable, bool *hasOverrun)
6682 if (hasOverrun != NULL) {
6683 *hasOverrun = overrun;
6655 sync( size_t *framesAvailable, bool *hasOverrun) argument
H A DThreads.h1116 * hasOverrun: pointer to optional boolean, returns true if track has overrun.
1119 virtual void sync(size_t *framesAvailable = NULL, bool *hasOverrun = NULL);

Completed in 81 milliseconds