Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:sl

63 void TestPlayUri( SLObjectItf sl, const char* path, const char* path2)
88 /* Get the SL Engine Interface which is implicit */
89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
252 SLObjectItf sl;
271 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
274 /* Realizing the SL Engine in synchronous mode. */
275 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
279 TestPlayUri(sl, argv[1], argv[1]);
281 TestPlayUri(sl, argv[1], argv[2]);
285 (*sl)->Destroy(sl);