Lines Matching refs:sl
164 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds)
224 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
489 SLObjectItf sl;
598 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
602 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
605 TestRecToBuffQueue(sl, argv[i], durationInSeconds);
608 (*sl)->Destroy(sl);