HomeSort by relevance Sort by last modified time
    Searched refs:locator_outputmix (Results 1 - 25 of 25) sorted by null

  /frameworks/wilhelm/tests/listening/
seekTorture.c 58 SLDataLocator_OutputMix locator_outputmix; local
63 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
64 locator_outputmix.outputMix = outputmixObject;
70 audiosnk.pLocator = &locator_outputmix;
slesTest_playMuteSolo.cpp 178 SLDataLocator_OutputMix locator_outputmix; local
210 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
211 locator_outputmix.outputMix = outputMix;
212 audioSink.pLocator = (void*)&locator_outputmix;
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 82 SLDataLocator_OutputMix locator_outputmix; local
157 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
158 locator_outputmix.outputMix = OutputMix;
159 audioSink.pLocator = (void *)&locator_outputmix;
audio-track-native.cpp 124 SLDataLocator_OutputMix locator_outputmix; local
125 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
126 locator_outputmix.outputMix = mOutputMixObj;
129 audioSink.pLocator = (void *)&locator_outputmix;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 69 SLDataLocator_OutputMix locator_outputmix; local
101 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
102 locator_outputmix.outputMix = outputMix;
103 audioSink.pLocator = (void*)&locator_outputmix;
slesTestPlayFdPath.cpp 65 SLDataLocator_OutputMix locator_outputmix; local
96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
97 locator_outputmix.outputMix = outputMix;
98 audioSink.pLocator = (void*)&locator_outputmix;
slesTestSawtoothBufferQueue.cpp 119 SLDataLocator_OutputMix locator_outputmix; local
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
182 locator_outputmix.outputMix = OutputMix;
183 audioSink.pLocator = (void *)&locator_outputmix;
slesTestVirtualizerPath.cpp 70 SLDataLocator_OutputMix locator_outputmix; local
102 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
103 locator_outputmix.outputMix = outputMix;
104 audioSink.pLocator = (void*)&locator_outputmix;
slesTestEqFdPath.cpp 74 SLDataLocator_OutputMix locator_outputmix; local
106 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
107 locator_outputmix.outputMix = outputMix;
108 audioSink.pLocator = (void*)&locator_outputmix;
slesTestEqOutputPath.cpp 74 SLDataLocator_OutputMix locator_outputmix; local
115 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
116 locator_outputmix.outputMix = outputMix;
117 audioSink.pLocator = (void*)&locator_outputmix;
slesTestSendToPresetReverb.cpp 91 SLDataLocator_OutputMix locator_outputmix; local
135 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
136 locator_outputmix.outputMix = outputMix;
137 audioSink.pLocator = (void*)&locator_outputmix;
slesTestFeedback.cpp 411 SLDataLocator_OutputMix locator_outputmix; local
415 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
416 locator_outputmix.outputMix = outputmixObject;
427 audiosnk.pLocator = &locator_outputmix;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 136 SLDataLocator_OutputMix locator_outputmix; local
179 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
180 locator_outputmix.outputMix = OutputMix;
181 audioSink.pLocator = (void *)&locator_outputmix;
slesTestPlayStreamType.cpp 63 SLDataLocator_OutputMix locator_outputmix; local
97 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
98 locator_outputmix.outputMix = outputMix;
99 audioSink.pLocator = (void*)&locator_outputmix;
slesTestPlayUri.cpp 139 SLDataLocator_OutputMix locator_outputmix; local
185 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
186 locator_outputmix.outputMix = OutputMix;
187 audioSink.pLocator = (void *)&locator_outputmix;
slesTestPlayUri2.cpp 78 SLDataLocator_OutputMix locator_outputmix; local
116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
117 locator_outputmix.outputMix = outputMix;
118 audioSink.pLocator = (void *)&locator_outputmix;
slesTest_playStates.cpp 63 SLDataLocator_OutputMix locator_outputmix; local
95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
96 locator_outputmix.outputMix = outputMix;
97 audioSink.pLocator = (void*)&locator_outputmix;
slesTestGetPositionUri.cpp 141 SLDataLocator_OutputMix locator_outputmix; local
192 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
193 locator_outputmix.outputMix = OutputMix;
194 audioSink.pLocator = (void *)&locator_outputmix;
slesTestManyPlayers.cpp 51 SLDataLocator_OutputMix locator_outputmix; variable
173 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
174 locator_outputmix.outputMix = outputMix;
175 audioSink.pLocator = (void *)&locator_outputmix;
slesTestSlowDownUri.cpp 192 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/
mimeUri_test.cpp 113 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/
intbufq.c 106 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/
slesTestPlayStream.cpp 194 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/
BufferQueue_test.cpp 81 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;
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 350 SLDataLocator_OutputMix locator_outputmix; local
354 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
355 locator_outputmix.outputMix = pSles->outputmixObject;
366 audiosnk.pLocator = &locator_outputmix;

Completed in 271 milliseconds