Home | History | Annotate | Download | only in mimeUri

Lines Matching refs:sl

178 void TestSlowDownUri( SLObjectItf sl, const char* path)
205 /* Get the SL Engine Interface which is implicit */
206 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res);
399 SLObjectItf sl;
418 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
420 /* Realizing the SL Engine in synchronous mode. */
421 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
424 TestSlowDownUri(sl, argv[1]);
427 (*sl)->Destroy(sl);