Home | History | Annotate | Download | only in mimeUri

Lines Matching defs:sl

48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type)
75 /* Get the SL Engine Interface which is implicit */
76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
238 SLObjectItf sl;
258 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
261 /* Realizing the SL Engine in synchronous mode. */
262 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
265 TestStreamTypeConfiguration(sl, argv[1], (SLint32)atoi(argv[2]));
268 (*sl)->Destroy(sl);