Searched refs:hasOverrun (Results 1 – 2 of 2) sorted by relevance
7227 bool hasOverrun; in threadLoop() local7229 activeTrack->mResamplerBufferProvider->sync(&framesIn, &hasOverrun); in threadLoop()7230 if (hasOverrun) { in threadLoop()7933 size_t *framesAvailable, bool *hasOverrun) in sync() argument7960 if (hasOverrun != NULL) { in sync()7961 *hasOverrun = overrun; in sync()
1499 virtual void sync(size_t *framesAvailable = NULL, bool *hasOverrun = NULL);