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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp991 size_t newPosCount = 0; local
996 newPosCount = ((position - newPosition).value() / updatePeriod) + 1;
997 mNewPosition += updatePeriod * newPosCount;
1022 while (newPosCount > 0) {
1026 newPosCount--;
H A DAudioTrack.cpp1888 size_t newPosCount = 0; local
1893 newPosCount = ((position - newPosition).value() / updatePeriod) + 1;
1894 mNewPosition += updatePeriod * newPosCount;
1993 while (newPosCount > 0) {
1997 newPosCount--;

Completed in 120 milliseconds