Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:underruns

1273     FastTrackUnderruns underruns = getFastTrackUnderruns(0);
1275 underruns.mBitFields.mPartial, underruns.mBitFields.mEmpty);
3146 // reduce sleep time in case of consecutive application underruns to avoid
3239 FastTrackUnderruns underruns = ftDump->mUnderruns;
3240 uint32_t recentFull = (underruns.mBitFields.mFull -
3242 uint32_t recentPartial = (underruns.mBitFields.mPartial -
3244 uint32_t recentEmpty = (underruns.mBitFields.mEmpty -
3247 track->mObservedUnderruns = underruns;
3248 // don't count underruns that occur while stopping or pausing
3280 // no recent underruns: stay active
3285 // were any of the recent underruns "empty" (no frames available)?
3287 // no, then ignore the partial underruns as they are allowed indefinitely
3600 // clear effect chain input buffer if an active track underruns to avoid sending
4092 // clear effect chain input buffer if the last active track started underruns