HomeSort by relevance Sort by last modified time
    Searched full:posinmsec (Results 1 - 1 of 1) sorted by null

  /system/media/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 152 SLmillisecond posInMsec = SL_TIME_UNKNOWN;
275 res = (*playItf)->GetPosition(playItf, &posInMsec); CheckErr(res);
276 if (posInMsec == SL_TIME_UNKNOWN) {
281 fprintf(stderr, "position is %dms %ds after start\n", posInMsec, counter);
286 if (((SLint32)posInMsec > (counter*1000 + TIME_TOLERANCE_MS)) ||
287 ((SLint32)posInMsec < (counter*1000 - TIME_TOLERANCE_MS))) {

Completed in 3207 milliseconds