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