Searched refs:SL_IID_EFFECTSEND (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/libOpenSLES/ |
D | stubs_arm.cc | 47 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_EFFECTSEND); 105 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_EFFECTSEND); in init_stub_library()
|
D | stubs_arm64.cc | 47 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_EFFECTSEND); 105 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_EFFECTSEND); in init_stub_library()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 27 SL_IID_EFFECTSEND; # var
|
D | sl_iid.cpp | 40 const SLInterfaceID SL_IID_EFFECTSEND = &SL_IID_array[MPH_EFFECTSEND]; variable
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSendToPresetReverb.cpp | 166 iidArray[1] = SL_IID_EFFECTSEND; in TestSendToPresetReverb() 220 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf); in TestSendToPresetReverb()
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 401 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main() 420 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;
|