Lines Matching defs:sl
105 void TestPlaySawtoothBufferQueue( SLObjectItf sl )
138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
278 SLObjectItf sl;
284 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
287 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res);
290 TestPlaySawtoothBufferQueue(sl);
293 (*sl)->Destroy(sl);