Searched refs:allowUnderflow (Results 1 – 3 of 3) sorted by relevance
84 bool allowUnderflow = true; in callbackLoop() local92 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()
52 int32_t AAudioMixer::mix(int streamIndex, FifoBuffer *fifo, bool allowUnderflow) { in mix() argument80 if (!allowUnderflow && fullFrames < framesDesired) { in mix()
41 int32_t mix(int streamIndex, android::FifoBuffer *fifo, bool allowUnderflow);