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

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c53 int pauseMs = -1; // pause after this many ms into playback variable
285 pauseMs = atoi(&arg[2]);
806 if (pauseMs >= 0) {
809 if ((int) position >= pauseMs) {
817 pauseMs = -1;

Completed in 1293 milliseconds