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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp27 #define TIME_TOLERANCE_MS 600 macro
283 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
284 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {

Completed in 65 milliseconds