Home | History | Annotate | Download | only in sandbox

Lines Matching full:slresult

30     SLresult slResult;
51 slResult = slCreateEngine(&slEngineObject, 0, NULL, 0, NULL, NULL);
52 printf("slResult = %d\n", slResult);
53 assert(SL_RESULT_SUCCESS == slResult);
57 slResult = (*slEngineObject)->Realize(slEngineObject, SL_BOOLEAN_FALSE);
58 printf("slResult = %d\n", slResult);
62 slResult = (*slEngineObject)->GetInterface(slEngineObject, SL_IID_ENGINE, &slEngineEngine);
63 printf("slResult = %d\n", slResult);
65 assert(SL_RESULT_SUCCESS == slResult);