Lines Matching full:callback
109 /* Structure for passing information to callback function */
126 /* Callback for "prefetch" events, here used to detect audio resource opening errors */
145 /* Callback for "playback" events, i.e. event happening during decoding */
171 /* Callback for decoding buffer queue events */
204 // buffer queue callback return to proceed with the decoding.
217 /* Example: display duration in callback where we use the callback context for the SLPlayItf*/
222 fprintf(stdout, "Content duration is unknown (in dec callback)\n");
224 fprintf(stdout, "Content duration is %ums (in dec callback)\n",
230 /* Example: display position in callback where we use the callback context for the SLPlayItf*/
235 fprintf(stdout, "Content position is unknown (in dec callback)\n");
237 fprintf(stdout, "Content position is %ums (in dec callback)\n",
373 /* Set up the player callback to get events during the decoding */
384 fprintf(stdout, "Play callback registered\n");
400 /* Initialize the callback and its context for the decoding buffer queue */
422 /* Initialize the callback for prefetch errors, if we can't open the resource to decode */