Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:sl

127 void TestGetPositionUri( SLObjectItf sl, const char* path)
155 /* Get the SL Engine Interface which is implicit */
156 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
314 SLObjectItf sl;
331 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
333 /* Realizing the SL Engine in synchronous mode. */
334 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
337 TestGetPositionUri(sl, argv[1]);
340 (*sl)->Destroy(sl);