Home | History | Annotate | Download | only in examples

Lines Matching defs:sl

50 void TestVirtualizerPathFromFD( SLObjectItf sl, const char* path, int16_t virtStrength,
80 /* Get the SL Engine Interface which is implicit */
81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
254 SLObjectItf sl;
282 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
285 /* Realizing the SL Engine in synchronous mode. */
286 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
290 TestVirtualizerPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn);
293 (*sl)->Destroy(sl);