Lines Matching refs:stdout
38 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line); in ExitOnErrorFunc()
128 fprintf(stdout, "URI example: after Realize\n"); in TestPlayUri()
141 fprintf(stdout, "Player configured\n"); in TestPlayUri()
160 fprintf(stdout, "----- Playing\n"); in TestPlayUri()
166 fprintf(stdout, "----- Pausing (1s)\n"); in TestPlayUri()
172 fprintf(stdout, "----- Playing (2s, should have resumed where it paused)\n"); in TestPlayUri()
178 fprintf(stdout, "----- Stopping\n"); in TestPlayUri()
183 fprintf(stdout, "----- Playing (2s, should have started from the beginning\n"); in TestPlayUri()
189 fprintf(stdout, "----- Stopping\n"); in TestPlayUri()
206 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf, SLMuteSoloItf\n", in main()
208 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n"); in main()
209 fprintf(stdout, "Plays a sound and alternates the muting of the channels (for 5s).\n"); in main()
210 fprintf(stdout, " and then alternates the solo\'ing of the channels (for 5s).\n"); in main()
211 fprintf(stdout, "Stops after 10s\n"); in main()
214 fprintf(stdout, "Usage: \t%s url\n", argv[0]); in main()
215 fprintf(stdout, "Example: \"%s /sdcard/my.mp3\"\n", argv[0]); in main()