Searched refs:allowUnderflow (Results 1 – 3 of 3) sorted by relevance
84 bool allowUnderflow = true; in callbackLoop() local93 allowUnderflow = false; // just read what is already in the FIFO in callbackLoop()116 int32_t framesMixed = mMixer.mix(index, fifo, allowUnderflow); in callbackLoop()121 bool underflowed = allowUnderflow in callbackLoop()
49 int streamIndex, const std::shared_ptr<FifoBuffer>& fifo, bool allowUnderflow) { in mix() argument77 if (!allowUnderflow && fullFrames < framesDesired) { in mix()
42 bool allowUnderflow);