Home | History | Annotate | Download | only in tests

Lines Matching defs:sl

66         fprintf(stderr, "%u SL failure, exiting\n", res);
99 void TestPlayUri( SLObjectItf sl, const char* path)
122 /* Get the SL Engine Interface which is implicit */
123 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
267 SLObjectItf sl;
275 res = slCreateEngine(&sl, 1, EngineOption, 0, NULL, NULL);
278 /* Realizing the SL Engine in synchronous mode. */
279 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
285 (*sl)->Destroy(sl);
302 TestPlayUri(sl, "/sdcard/media_api/music/MP3_256kbps_2ch.mp3");
306 TestPlayUri(sl, "file:///sdcard/media_api/music/MP3_256kbps_2ch.mp3");