Searched refs:datans (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2139 const nsecs_t datans = mRemainingFrames <= avail ? 0 : local
2144 // add a half the AudioFlinger buffer time to avoid soaking CPU if datans is 0.
2145 myns = datans + (afns / 2);

Completed in 780 milliseconds