Home | History | Annotate | Download | only in tests

Lines Matching refs:sl

66         fprintf(stderr, "%u SL failure, exiting\n", res);
99 void TestPlayUri( SLObjectItf sl, const char* path)
125 /* Get the SL Engine Interface which is implicit */
126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
270 SLObjectItf sl;
278 res = slCreateEngine(&sl, 1, EngineOption, 0, NULL, NULL);
281 /* Realizing the SL Engine in synchronous mode. */
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");