Lines Matching refs:sl
413 void TestDecToBuffQueue( SLObjectItf sl, const char *path, int fd)
480 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
858 SLObjectItf sl;
880 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
884 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
887 TestDecToBuffQueue(sl, argv[1], fd);
890 (*sl)->Destroy(sl);