Home | History | Annotate | Download | only in sandbox

Lines Matching refs:engineEngine

38     SLEngineItf engineEngine;
39 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
43 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, SL_OBJECTID_OUTPUTMIX,
50 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, SL_OBJECTID_OUTPUTMIX, i,
57 result = (*engineEngine)->CreateOutputMix(engineEngine, NULL, 0, NULL, NULL);
61 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, NULL, NULL);
133 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 10, ids, req);