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.cpp65 SLDataLocator_OutputMix locator_outputmix; local
96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
97 locator_outputmix.outputMix = outputMix;
98 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestSawtoothBufferQueue.cpp119 SLDataLocator_OutputMix locator_outputmix; local
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
182 locator_outputmix.outputMix = OutputMix;
183 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.cpp92 SLDataLocator_OutputMix locator_outputmix; local
136 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
137 locator_outputmix.outputMix = outputMix;
138 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestFeedback.cpp295 SLDataLocator_OutputMix locator_outputmix; local
299 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
300 locator_outputmix.outputMix = outputmixObject;
311 audiosnk.pLocator = &locator_outputmix;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp136 SLDataLocator_OutputMix locator_outputmix; local
179 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
180 locator_outputmix.outputMix = OutputMix;
181 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.cpp139 SLDataLocator_OutputMix locator_outputmix; local
185 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
186 locator_outputmix.outputMix = OutputMix;
187 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.cpp63 SLDataLocator_OutputMix locator_outputmix; local
95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
96 locator_outputmix.outputMix = outputMix;
97 audioSink.pLocator = (void*)&locator_outputmix;
H A DslesTestGetPositionUri.cpp141 SLDataLocator_OutputMix locator_outputmix; local
192 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
193 locator_outputmix.outputMix = OutputMix;
194 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestManyPlayers.cpp51 SLDataLocator_OutputMix locator_outputmix; variable
173 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
174 locator_outputmix.outputMix = outputMix;
175 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestSlowDownUri.cpp192 SLDataLocator_OutputMix locator_outputmix; local
234 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
235 locator_outputmix.outputMix = OutputMix;
236 audioSink.pLocator = (void *)&locator_outputmix;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp113 SLDataLocator_OutputMix locator_outputmix; local
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
160 locator_outputmix.outputMix = OutputMix;
161 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 105 milliseconds