Searched refs:locator_outputmix (Results 1 - 22 of 22) sorted by relevance

/frameworks/wilhelm/tests/listening/
H A DseekTorture.c58 SLDataLocator_OutputMix locator_outputmix; local
63 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
64 locator_outputmix.outputMix = outputmixObject;
70 audiosnk.pLocator = &locator_outputmix;
H A DslesTest_playMuteSolo.cpp178 SLDataLocator_OutputMix locator_outputmix; local
210 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
211 locator_outputmix.outputMix = outputMix;
212 audioSink.pLocator = (void*)&locator_outputmix;
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp69 SLDataLocator_OutputMix locator_outputmix; local
101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
102 locator_outputmix.outputMix = outputMix;
103 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestPlayFdPath.cpp86 SLDataLocator_OutputMix locator_outputmix; local
117 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
118 locator_outputmix.outputMix = outputMix;
119 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestSawtoothBufferQueue.cpp116 SLDataLocator_OutputMix locator_outputmix; local
178 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
179 locator_outputmix.outputMix = OutputMix;
180 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestVirtualizerPath.cpp70 SLDataLocator_OutputMix locator_outputmix; local
102 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
103 locator_outputmix.outputMix = outputMix;
104 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestEqFdPath.cpp74 SLDataLocator_OutputMix locator_outputmix; local
106 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
107 locator_outputmix.outputMix = outputMix;
108 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestEqOutputPath.cpp74 SLDataLocator_OutputMix locator_outputmix; local
115 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
116 locator_outputmix.outputMix = outputMix;
117 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestSendToPresetReverb.cpp91 SLDataLocator_OutputMix locator_outputmix; local
135 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
136 locator_outputmix.outputMix = outputMix;
137 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestFeedback.cpp419 SLDataLocator_OutputMix locator_outputmix; local
423 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
424 locator_outputmix.outputMix = outputmixObject;
435 audiosnk.pLocator = &locator_outputmix;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp133 SLDataLocator_OutputMix locator_outputmix; local
176 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
177 locator_outputmix.outputMix = OutputMix;
178 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestPlayStreamType.cpp63 SLDataLocator_OutputMix locator_outputmix; local
97 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
98 locator_outputmix.outputMix = outputMix;
99 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestPlayUri.cpp136 SLDataLocator_OutputMix locator_outputmix; local
182 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
183 locator_outputmix.outputMix = OutputMix;
184 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestPlayUri2.cpp78 SLDataLocator_OutputMix locator_outputmix; local
116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
117 locator_outputmix.outputMix = outputMix;
118 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTest_playStates.cpp62 SLDataLocator_OutputMix locator_outputmix; local
94 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
95 locator_outputmix.outputMix = outputMix;
96 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestGetPositionUri.cpp138 SLDataLocator_OutputMix locator_outputmix; local
189 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
190 locator_outputmix.outputMix = OutputMix;
191 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestManyPlayers.cpp51 SLDataLocator_OutputMix locator_outputmix; variable
171 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
172 locator_outputmix.outputMix = outputMix;
173 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestSlowDownUri.cpp189 SLDataLocator_OutputMix locator_outputmix; local
231 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
232 locator_outputmix.outputMix = OutputMix;
233 audioSink.pLocator = (void *)&locator_outputmix;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp110 SLDataLocator_OutputMix locator_outputmix; local
156 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
157 locator_outputmix.outputMix = OutputMix;
158 audioSink.pLocator = (void *)&locator_outputmix;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c106 SLDataLocator_OutputMix locator_outputmix; local
110 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
111 locator_outputmix.outputMix = outputmixObject;
121 audiosnk.pLocator = &locator_outputmix;
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp194 SLDataLocator_OutputMix locator_outputmix; local
244 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
245 locator_outputmix.outputMix = OutputMix;
246 audioSink.pLocator = (void *)&locator_outputmix;
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp81 SLDataLocator_OutputMix locator_outputmix; member in class:TestBufferQueue
117 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
118 locator_outputmix.outputMix = outputmixObject;
130 audiosnk.pLocator = &locator_outputmix;

Completed in 782 milliseconds