Home | History | Annotate | Download | only in examples

Lines Matching defs:sl

50 void TestEQPathFromFD( SLObjectItf sl, const char* path
84 /* Get the SL Engine Interface which is implicit */
85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
281 SLObjectItf sl;
315 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
318 /* Realizing the SL Engine in synchronous mode. */
319 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
325 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
328 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
331 TestEQPathFromFD(sl, argv[1]);
335 (*sl)->Destroy(sl);