Home | History | Annotate | Download | only in libaudioclient

Lines Matching full:datans

2157                 const nsecs_t datans = mRemainingFrames <= avail ? 0 :
2162 // add a half the AudioFlinger buffer time to avoid soaking CPU if datans is 0.
2163 myns = datans + (afns / 2);