HomeSort by relevance Sort by last modified time
    Searched refs:outputmixObject (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/tests/listening/
seekTorture.c 49 SLObjectItf outputmixObject;
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/
intbufq.c 96 SLObjectItf outputmixObject;
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/
BufferQueue_test.cpp 75 SLObjectItf outputmixObject;
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/
slesTestFeedback.cpp 285 SLObjectItf outputmixObject;
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 81 milliseconds