Lines Matching full:stdout
43 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
63 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data, exiting\n");
157 fprintf(stdout, "URI example: after Realize\n");
172 fprintf(stdout, "Player configured\n");
208 fprintf(stdout, "Stopping playback\n");
227 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf ", argv[0]);
228 fprintf(stdout, "and AudioPlayer with SLDataLocator_AndroidFD source / OutputMix sink\n");
229 fprintf(stdout, "Plays the sound file designated by the given path, ");
230 fprintf(stdout, "starting at the specified offset, and using the specified length.\n");
231 fprintf(stdout, "Omit the length of the file for it to be computed by the system.\n");
234 fprintf(stdout, "Usage: \t%s path offsetInBytes [sizeInBytes]\n", argv[0]);
235 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 0 344460\" \n", argv[0]);
251 fprintf(stdout, "no file size given, using SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE\n");