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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp972 size_t newPosCount = 0; local
977 newPosCount = ((position - newPosition).value() / updatePeriod) + 1;
978 mNewPosition += updatePeriod * newPosCount;
1003 while (newPosCount > 0) {
1007 newPosCount--;
H A DAudioTrack.cpp1852 size_t newPosCount = 0; local
1857 newPosCount = ((position - newPosition).value() / updatePeriod) + 1;
1858 mNewPosition += updatePeriod * newPosCount;
1957 while (newPosCount > 0) {
1961 newPosCount--;

Completed in 46 milliseconds