Searched refs:locator_outputmix (Results 1 – 3 of 3) sorted by relevance
82 SLDataLocator_OutputMix locator_outputmix; in TestPlayMusicBufferQueue() local157 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in TestPlayMusicBufferQueue()158 locator_outputmix.outputMix = OutputMix; in TestPlayMusicBufferQueue()159 audioSink.pLocator = (void *)&locator_outputmix; in TestPlayMusicBufferQueue()
124 SLDataLocator_OutputMix locator_outputmix; in open() local125 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in open()126 locator_outputmix.outputMix = mOutputMixObj; in open()129 audioSink.pLocator = (void *)&locator_outputmix; in open()
368 SLDataLocator_OutputMix locator_outputmix; in slesCreateServer() local372 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX; in slesCreateServer()373 locator_outputmix.outputMix = pSles->outputmixObject; in slesCreateServer()384 audiosnk.pLocator = &locator_outputmix; in slesCreateServer()