Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:uri

44  * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
121 /* Play some music from a URI */
129 SLDataLocator_URI uri;
165 /* Setup the data source structure for the URI */
166 uri.locatorType = SL_DATALOCATOR_URI;
167 uri.URI = (SLchar*) path;
173 audioSource.pLocator = (void *)&uri;
191 fprintf(stdout, "URI example: after Realize\n");
232 /* Play the URI */