Lines Matching refs:stdout

163     fprintf(stdout, "URI example: after Realize\n");  in TestEQPathFromFD()
172 fprintf(stdout, "Player configured\n"); in TestEQPathFromFD()
198 fprintf(stdout, "Starting to play\n"); in TestEQPathFromFD()
218 fprintf(stdout, "Using preset %d\n", preset); in TestEQPathFromFD()
225 fprintf(stdout, "Band level range = %dmB to %dmB\n", minLevel, maxLevel); in TestEQPathFromFD()
241 fprintf(stdout, "Band %d level = %dmB\n", b, level); in TestEQPathFromFD()
256 fprintf(stdout, "EQ on\n"); in TestEQPathFromFD()
258 fprintf(stdout, "EQ off\n"); in TestEQPathFromFD()
265 fprintf(stdout, "Stopping playback\n"); in TestEQPathFromFD()
287 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName); in main()
288 fprintf(stdout, "on an OutputMix object\n"); in main()
289 fprintf(stdout, "Plays the sound file designated by the given path, "); in main()
290 fprintf(stdout, "starting at the specified offset, and using the specified length.\n"); in main()
291 fprintf(stdout, "Omit the length of the file for it to be computed by the system.\n"); in main()
292 fprintf(stdout, "Every %d seconds, the EQ will be turned on and off,\n", in main()
294 fprintf(stdout, "unless the --always-on option is specified before the path.\n"); in main()
305 fprintf(stdout, "Usage: \t%s [--always-on] path offsetInBytes [sizeInBytes]\n", in main()
307 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 0 344460\" \n", programName); in main()
325 fprintf(stdout, "\nno file size given, using SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE\n\n"); in main()