Lines Matching refs:sl
48 void TestPlayUri( SLObjectItf sl, const char* path)
73 /* Get the SL Engine Interface which is implicit */
74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
207 SLObjectItf sl;
226 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
229 /* Realizing the SL Engine in synchronous mode. */
230 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
234 TestPlayUri(sl, argv[1]);
238 (*sl)->Destroy(sl);