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

/frameworks/av/media/libnbaio/
H A DPipeReader.cpp57 avail = OVERRUN;
70 actual = OVERRUN;
89 flushed = OVERRUN;
/frameworks/av/include/media/nbaio/
H A DNBAIO.h41 OVERRUN = (UNKNOWN_ERROR + 0x101), // availableToRead(), read(), or readVia() detected enumerator in enum:android::__anon91
258 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
273 // 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/media/libnbaio/include/
H A DNBAIO.h41 OVERRUN = (UNKNOWN_ERROR + 0x101), // availableToRead(), read(), or readVia() detected enumerator in enum:android::__anon420
258 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
273 // 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.cpp3359 if (actual == (ssize_t) OVERRUN && wasFirstRead) {
H A DThreads.cpp6319 case OVERRUN:

Completed in 2841 milliseconds