Lines Matching defs:sl
99 void TestPlayUri( SLObjectItf sl, const char* path)
126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
270 SLObjectItf sl;
278 res = slCreateEngine(&sl, 1, EngineOption, 0, NULL, NULL);
282 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
288 (*sl)->Destroy(sl);
305 TestPlayUri(sl, "/sdcard/media_api/music/MP3_256kbps_2ch.mp3");
309 TestPlayUri(sl, "file:///sdcard/media_api/music/MP3_256kbps_2ch.mp3");