HomeSort by relevance Sort by last modified time
    Searched refs:UNDERRUN (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/nbaio/
NBAIO.h 41 UNDERRUN = 0x80000012, // availableToWrite(), write(), or writeVia() detected a gap in
42 // output due to underrun (not being called often enough, or with
140 // Number of frames lost due to underrun since construction.
151 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
152 // An underrun event is counted, and the caller should re-try this operation.
167 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
168 // An underrun event is counted, and the caller should re-try this operation.
187 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
188 // An underrun event is counted, and the caller should re-try this operation.
  /external/grub/netboot/
sis900.h 199 UNDERRUN = 0x02000000,
sis900.c 966 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {

Completed in 41 milliseconds