Searched refs:SL_IID_EFFECTSEND (Results 1 – 6 of 6) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 167 iidArray[1] = SL_IID_EFFECTSEND; in TestSendToPresetReverb() 221 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf); in TestSendToPresetReverb()
|
/frameworks/wilhelm/src/ |
D | sl_iid.c | 40 const SLInterfaceID SL_IID_EFFECTSEND = &SL_IID_array[MPH_EFFECTSEND]; variable
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 422 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main() 441 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main()
|
D | playbq.c | 422 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main() 441 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main()
|
D | reverb.c | 420 player_ids[count++] = SL_IID_EFFECTSEND; in main() 440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1621 extern SL_API const SLInterfaceID SL_IID_EFFECTSEND;
|