/cts/tests/tests/nativemedia/src/ |
SLObjectCreationTest.cpp | 63 SLEngineItf engineItf; 84 engineItf = NULL; 93 res = (*engineObj)->GetInterface(engineObj, SL_IID_ENGINE, &engineItf); 95 ASSERT_TRUE(NULL != engineItf); 118 res = (*engineItf)->CreateAudioPlayer(engineItf, &audioPlayerObj, 174 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj, 295 res = (*engineItf)->CreateAudioRecorder(engineItf, &audioRecorderObj [all...] |
/system/media/wilhelm/tests/examples/ |
slesTestPlayFdPath.cpp | 53 SLEngineItf EngineItf; 75 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 88 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required); 130 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 1,
|
slesTestSawtoothBufferQueue.cpp | 107 SLEngineItf EngineItf; 138 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 152 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 203 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
|
slesTestBassBoostPath.cpp | 53 SLEngineItf EngineItf; 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,
|
slesTestEqFdPath.cpp | 58 SLEngineItf EngineItf; 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,
|
slesTestEqOutputPath.cpp | 58 SLEngineItf EngineItf; 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,
|
slesTestVirtualizerPath.cpp | 54 SLEngineItf EngineItf; 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,
|
slesTestSendToPresetReverb.cpp | 77 SLEngineItf EngineItf; 107 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 124 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required); 201 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 3,
|
slesTestEffectCapabilities.cpp | 101 SLEngineItf EngineItf; 105 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
|
slesTestRecBuffQueue.cpp | 150 SLEngineItf EngineItf; 173 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 216 result = (*EngineItf)->CreateAudioRecorder(EngineItf, &recorder, &recSource, &recDest,
|
slesTestDecodeToBuffQueue.cpp | 277 SLEngineItf EngineItf; 302 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 359 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
|
slesTestDecodeAac.cpp | 399 SLEngineItf EngineItf; 419 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 468 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
|
/system/media/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 51 SLEngineItf EngineItf; 74 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 87 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required); 123 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
|
slesTestPlayUri2.cpp | 66 SLEngineItf EngineItf; 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,
|
slesTestLoopUri.cpp | 124 SLEngineItf EngineItf; 149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 161 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 189 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
|
slesTestPlayStreamType.cpp | 51 SLEngineItf EngineItf; 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,
|
slesTestGetPositionUri.cpp | 129 SLEngineItf EngineItf; 159 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 174 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 198 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
|
slesTestManyPlayers.cpp | 33 SLEngineItf engineItf; 147 res = (*slEngine)->GetInterface(slEngine, SL_IID_ENGINE, (void*)&engineItf); 151 res = (*engineItf)->CreateOutputMix(engineItf, &outputMix, 0, 213 res = (*engineItf)->CreateAudioPlayer(engineItf, &audioPlayer[playerId],
|
slesTestPlayUri.cpp | 127 SLEngineItf EngineItf; 152 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 167 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 191 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
|
slesTestSlowDownUri.cpp | 180 SLEngineItf EngineItf; 206 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res); 217 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 247 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
|
/system/media/wilhelm/tests/ |
mimeUri_test.cpp | 101 SLEngineItf EngineItf; 126 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 141 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 165 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
|
/system/media/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 166 SLEngineItf EngineItf; 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,
|
/system/media/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 182 SLEngineItf EngineItf; 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,
|
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 89 SLEngineItf EngineItf; 125 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); 139 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, 187 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
|