Home
last modified time | relevance | path

Searched refs:allowUnderflow (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointPlay.cpp84 bool allowUnderflow = true; in callbackLoop() local
92 allowUnderflow = false; // just read what is already in the FIFO in callbackLoop()
114 int32_t framesMixed = mMixer.mix(index, fifo, allowUnderflow); in callbackLoop()
119 bool underflowed = allowUnderflow in callbackLoop()
DAAudioMixer.cpp52 int32_t AAudioMixer::mix(int streamIndex, FifoBuffer *fifo, bool allowUnderflow) { in mix() argument
80 if (!allowUnderflow && fullFrames < framesDesired) { in mix()
DAAudioMixer.h41 int32_t mix(int streamIndex, android::FifoBuffer *fifo, bool allowUnderflow);