Home | History | Annotate | Download | only in examples

Lines Matching refs:sl

71     SLObjectItf sl;
93 result = slCreateEngine( &sl, 1, EngineOption, 1, iidArray, required);
96 /* Realizing the SL Engine in synchronous mode. */
97 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
104 /* Get the SL Engine interface which is implicit */
105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
109 result = (*sl)->GetInterface(sl, SL_IID_ANDROIDEFFECTCAPABILITIES, (void*)&EffectLibItf);
150 (*sl)->Destroy(sl);
157 SLObjectItf sl;