Lines Matching refs:sl
127 void TestGetPositionUri( SLObjectItf sl, const char* path)
158 /* Get the SL Engine Interface which is implicit */
159 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
317 SLObjectItf sl;
334 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
336 /* Realizing the SL Engine in synchronous mode. */
337 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
340 TestGetPositionUri(sl, argv[1]);
343 (*sl)->Destroy(sl);