Home
last modified time | relevance | path

Searched refs:SL_IID_EFFECTSEND (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc47 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_EFFECTSEND);
105 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_EFFECTSEND); in init_stub_library()
Dstubs_arm64.cc47 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_EFFECTSEND);
105 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_EFFECTSEND); in init_stub_library()
/frameworks/wilhelm/src/
DlibOpenSLES.map.txt27 SL_IID_EFFECTSEND; # var
Dsl_iid.cpp40 const SLInterfaceID SL_IID_EFFECTSEND = &SL_IID_array[MPH_EFFECTSEND]; variable
/frameworks/wilhelm/tests/examples/
DslesTestSendToPresetReverb.cpp166 iidArray[1] = SL_IID_EFFECTSEND; in TestSendToPresetReverb()
220 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf); in TestSendToPresetReverb()
/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp401 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()
Dreverb.c420 player_ids[count++] = SL_IID_EFFECTSEND; in main()
440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1621 extern SL_API const SLInterfaceID SL_IID_EFFECTSEND;