Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:sl

125 void TestPlayUri( SLObjectItf sl, const char* path)
148 /* Get the SL Engine Interface which is implicit */
149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
323 SLObjectItf sl;
340 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
342 /* Realizing the SL Engine in synchronous mode. */
343 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
346 TestPlayUri(sl, argv[1]);
349 (*sl)->Destroy(sl);