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

/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c133 int numPathnames = argc - i; local
134 if (numPathnames <= 0) {
139 numPlayers = numPathnames;
176 printf("numPathnames=%d\n", numPathnames);
187 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathnames[i % numPathnames]};

Completed in 90 milliseconds