Searched refs:outputmixObject (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/listening/
H A DseekTorture.c49 SLObjectItf outputmixObject; local
50 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputmixObject, 0, NULL, NULL);
52 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
64 locator_outputmix.outputMix = outputmixObject;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c96 SLObjectItf outputmixObject; local
97 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputmixObject, 0, NULL, NULL);
99 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
111 locator_outputmix.outputMix = outputmixObject;
278 (*outputmixObject)->Destroy(outputmixObject);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp75 SLObjectItf outputmixObject; member in class:TestBufferQueue
110 res = (*engineEngine)->CreateOutputMix(engineEngine, &outputmixObject, 0, NULL, NULL);
112 res = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
118 locator_outputmix.outputMix = outputmixObject;
150 if (outputmixObject){
151 (*outputmixObject)->Destroy(outputmixObject);
152 outputmixObject = NULL;
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp285 SLObjectItf outputmixObject; local
286 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputmixObject, 0, NULL, NULL);
288 result = (*outputmixObject)->Realize(outputmixObject, SL_BOOLEAN_FALSE);
300 locator_outputmix.outputMix = outputmixObject;
421 (*outputmixObject)->Destroy(outputmixObject);

Completed in 424 milliseconds