Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:sl

47 void TestPlayUri( SLObjectItf sl, const char* path)
72 /* Get the SL Engine Interface which is implicit */
73 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
204 SLObjectItf sl;
223 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
226 /* Realizing the SL Engine in synchronous mode. */
227 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
231 TestPlayUri(sl, argv[1]);
235 (*sl)->Destroy(sl);