Lines Matching defs:sl
180 void TestPlayStream( SLObjectItf sl, const char* path)
211 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
382 SLObjectItf sl;
401 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
404 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
407 TestPlayStream(sl, argv[1]);
410 (*sl)->Destroy(sl);