Home
last modified time | relevance | path

Searched refs:locator_outputmix (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/libaudiojni/
Dappendix-b-1-1-buffer-queue.cpp82 SLDataLocator_OutputMix locator_outputmix; in TestPlayMusicBufferQueue() local
157 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in TestPlayMusicBufferQueue()
158 locator_outputmix.outputMix = OutputMix; in TestPlayMusicBufferQueue()
159 audioSink.pLocator = (void *)&locator_outputmix; in TestPlayMusicBufferQueue()
Daudio-track-native.cpp124 SLDataLocator_OutputMix locator_outputmix; in open() local
125 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in open()
126 locator_outputmix.outputMix = mOutputMixObj; in open()
129 audioSink.pLocator = (void *)&locator_outputmix; in open()
/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.cpp368 SLDataLocator_OutputMix locator_outputmix; in slesCreateServer() local
372 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in slesCreateServer()
373 locator_outputmix.outputMix = pSles->outputmixObject; in slesCreateServer()
384 audiosnk.pLocator = &locator_outputmix; in slesCreateServer()