Home | History | Annotate | Download | only in examples

Lines Matching defs:sl

413 void TestDecToBuffQueue( SLObjectItf sl, const char *path, int fd)
480 /* Get the SL Engine Interface which is implicit */
481 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
859 SLObjectItf sl;
881 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
884 /* Realizing the SL Engine in synchronous mode. */
885 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
888 TestDecToBuffQueue(sl, argv[1], fd);
891 (*sl)->Destroy(sl);