Searched refs:OVERRUN (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libnbaio/
H A DPipeReader.cpp57 return OVERRUN;
/frameworks/av/include/media/nbaio/
H A DNBAIO.h40 OVERRUN = 0x80000011, // availableToRead(), read(), or readVia() detected lost input due enumerator in enum:android::__anon53
265 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
282 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
304 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2903 if (actual == (ssize_t) OVERRUN && wasFirstRead) {

Completed in 380 milliseconds