Home
last modified time | relevance | path

Searched refs:outputmixObject (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.cpp358 result = (*engineEngine)->CreateOutputMix(engineEngine, &(pSles->outputmixObject), 0, NULL, in slesCreateServer()
361 result = (*(pSles->outputmixObject))->Realize(pSles->outputmixObject, SL_BOOLEAN_FALSE); in slesCreateServer()
373 locator_outputmix.outputMix = pSles->outputmixObject; in slesCreateServer()
660 (*(pSles->outputmixObject))->Destroy(pSles->outputmixObject); in slesDestroyServer()
Dsles.h71 SLObjectItf outputmixObject; member