/frameworks/av/media/libnbaio/ |
PipeReader.cpp | 57 avail = OVERRUN; 70 actual = OVERRUN; 89 flushed = OVERRUN;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
PipeShort.java | 30 public static final int OVERRUN = -2; 71 // Discard 1/16 of the most recent data in pipe to avoid another overrun immediately 76 return OVERRUN; 92 // An overrun can occur from here on and be silently ignored, 102 // In particular, an overrun during the System.arraycopy will result in reading corrupt data
|
/frameworks/av/media/libnbaio/include/ |
NBAIO.h | 41 OVERRUN = (UNKNOWN_ERROR + 0x101), // availableToRead(), read(), or readVia() detected 42 // lost input due to overrun; an event is counted and 245 // Number of frames lost due to overrun since construction. 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. 274 // One or more frames were lost due to overrun, try again to read more recent data. 277 // Flush data from buffer. There is no notion of overrun as all data is dropped. 304 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up. 305 // One or more frames were lost due to overrun, try again to read more recent data [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
MMC.h | 234 UINT32 OVERRUN: 1; //
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/ |
Mmc.h | 309 UINT32 OVERRUN: 1; //
|
/external/syslinux/gpxe/src/drivers/net/ |
sis900.h | 225 OVERRUN = 0x02000000,
|
sis900.c | [all...] |
/external/libnl/lib/ |
msg.c | 646 __ADD(NLMSG_OVERRUN,OVERRUN)
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
MMCSDTransfer.c | 92 if (CardStatus->OVERRUN) {
93 DEBUG ((EFI_D_ERROR, "CardStatus: OVERRUN\n"));
[all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | [all...] |
Threads.cpp | 123 // RecordThread loop sleep time upon application overrun or audio HAL read error 6409 } overrun = OVERRUN_UNKNOWN; local 6996 bool overrun = false; local [all...] |