Home | History | Annotate | Download | only in examples

Lines Matching defs:sl

262 void TestDecToBuffQueue( SLObjectItf sl, const char* path)
301 /* Get the SL Engine Interface which is implicit */
302 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
538 SLObjectItf sl;
554 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
557 /* Realizing the SL Engine in synchronous mode. */
558 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
561 TestDecToBuffQueue(sl, argv[1]);
564 (*sl)->Destroy(sl);