Searched defs:MINIMUM_POSITION_DELTA (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DTracks.cpp926 static const uint32_t MINIMUM_POSITION_DELTA = 8u; local
928 (position - mPreviousTimestamp.mPosition) < MINIMUM_POSITION_DELTA) {

Completed in 83 milliseconds