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

  /frameworks/av/services/audioflinger/
NBAIO.h 39 UNDERRUN = 0x80000012, // availableToWrite(), write(), or writeVia() detected a gap in
40 // output due to underrun (not being called often enough, or with
139 // Number of frames lost due to underrun since construction.
150 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
151 // An underrun event is counted, and the caller should re-try this operation.
166 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
167 // An underrun event is counted, and the caller should re-try this operation.
186 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
187 // 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 178 milliseconds