Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:stdout

39         fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
129 fprintf(stdout, "URI example: after Realize\n");
142 fprintf(stdout, "Player configured\n");
161 fprintf(stdout, "----- Playing\n");
167 fprintf(stdout, "----- Pausing (1s)\n");
173 fprintf(stdout, "----- Playing (2s, should have resumed where it paused)\n");
179 fprintf(stdout, "----- Stopping\n");
184 fprintf(stdout, "----- Playing (2s, should have started from the beginning\n");
190 fprintf(stdout, "----- Stopping\n");
209 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf, SLMuteSoloItf\n",
211 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
212 fprintf(stdout, "Plays a sound and alternates the muting of the channels (for 5s).\n");
213 fprintf(stdout, " and then alternates the solo\'ing of the channels (for 5s).\n");
214 fprintf(stdout, "Stops after 10s\n");
217 fprintf(stdout, "Usage: \t%s url\n", argv[0]);
218 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\"\n", argv[0]);