Searched refs:EngineItf (Results 1 - 21 of 21) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp66 SLEngineItf EngineItf; local
89 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
108 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
137 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
144 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player2, &audioSource, &audioSink, 2,
H A DslesTestLoopUri.cpp124 SLEngineItf EngineItf; local
146 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
158 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
186 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
H A DslesTestPlayStreamType.cpp51 SLEngineItf EngineItf; local
76 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
89 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
128 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
H A DslesTestPlayUri.cpp127 SLEngineItf EngineItf; local
149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
164 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
188 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
H A DslesTest_playStates.cpp50 SLEngineItf EngineItf; local
73 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
86 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
122 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
H A DslesTestGetPositionUri.cpp129 SLEngineItf EngineItf; local
156 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
171 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
195 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
H A DslesTestSlowDownUri.cpp180 SLEngineItf EngineItf; local
203 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res);
214 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
244 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp53 SLEngineItf EngineItf; local
80 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
93 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
145 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
H A DslesTestPlayFdPath.cpp74 SLEngineItf EngineItf; local
96 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
109 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
151 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 1,
H A DslesTestSawtoothBufferQueue.cpp107 SLEngineItf EngineItf; local
135 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
149 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
200 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
H A DslesTestVirtualizerPath.cpp54 SLEngineItf EngineItf; local
81 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
94 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
146 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
H A DslesTestEqFdPath.cpp58 SLEngineItf EngineItf; local
85 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
98 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
150 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
H A DslesTestEqOutputPath.cpp58 SLEngineItf EngineItf; local
87 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
104 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
157 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 1,
H A DslesTestSendToPresetReverb.cpp76 SLEngineItf EngineItf; local
106 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
123 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required);
200 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 3,
H A DslesTestEffectCapabilities.cpp100 SLEngineItf EngineItf; local
104 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
H A DslesTestDecodeToBuffQueue.cpp277 SLEngineItf EngineItf; local
302 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
359 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
H A DslesTestRecBuffQueue.cpp193 SLEngineItf EngineItf; local
224 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
315 result = (*EngineItf)->CreateAudioRecorder(EngineItf, &recorder, &recSource, &recDest,
H A DslesTestDecodeAac.cpp459 SLEngineItf EngineItf; local
481 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp101 SLEngineItf EngineItf; local
123 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
138 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
162 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp166 SLEngineItf EngineItf; local
189 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
202 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
238 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp182 SLEngineItf EngineItf; local
211 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
226 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0,
250 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,

Completed in 821 milliseconds