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
93 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()
DAAudioMixer.cpp49 int streamIndex, const std::shared_ptr<FifoBuffer>& fifo, bool allowUnderflow) { in mix() argument
77 if (!allowUnderflow && fullFrames < framesDesired) { in mix()
DAAudioMixer.h42 bool allowUnderflow);