Home
last modified time | relevance | path

Searched defs:cmdSize (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.cpp203 status_t EffectHalHidl::command(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, in command()
314 uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) { in setConfigImpl()
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp210 uint32_t cmdSize, in Effect_command()
/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp350 int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in LE_command()
/frameworks/av/media/libeffects/testlibs/
DEffectEqualizer.cpp629 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Equalizer_command()
DEffectReverb.c284 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Reverb_Command()
/frameworks/av/media/libeffects/downmix/
DEffectDownmix.cpp388 static int32_t Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Downmix_Command()
/frameworks/av/media/libeffects/hapticgenerator/
DEffectHapticGenerator.cpp484 int32_t HapticGenerator_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in HapticGenerator_Command()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c87 uint32_t cmdSize, in Effect_Command()
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp484 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Visualizer_command()
/frameworks/base/media/jni/audioeffect/
Dandroid_media_AudioEffect.cpp660 jint cmdCode, jint cmdSize, jbyteArray jCmdData, jint replySize, in android_media_AudioEffect_native_command()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp437 int DP_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in DP_command()
/frameworks/av/media/libaudioclient/
DAudioEffect.cpp356 uint32_t cmdSize, in command()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp1770 int Reverb_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void* pCmdData, in Reverb_command()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1416 private native final int native_command(int cmdCode, int cmdSize, in native_command()
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp1099 int PreProcessingFx_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in PreProcessingFx_Command()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp3064 int Effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void* pCmdData, in Effect_command()
/frameworks/av/services/audioflinger/
DEffects.cpp1232 size_t cmdSize = cmdData.size(); in command() local