Home | History | Annotate | Download | only in examples

Lines Matching defs:sl

50 void TestEQPathFromFD( SLObjectItf sl, const char* path
86 /* Get the SL Engine Interface which is implicit */
87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
285 SLObjectItf sl;
316 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
319 /* Realizing the SL Engine in synchronous mode. */
320 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
326 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
329 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
332 TestEQPathFromFD(sl, argv[1], alwaysOn);
336 (*sl)->Destroy(sl);