Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DEffectHalHidl.cpp185 status_t EffectHalHidl::command(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, in command()
288 uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) { in setConfigImpl()
/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp210 uint32_t cmdSize, in Effect_command()
/aosp12/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp350 int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in LE_command()
/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.c536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp629 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Equalizer_command()
H A DEffectReverb.c282 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Reverb_Command()
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp388 static int32_t Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Downmix_Command()
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c87 uint32_t cmdSize, in Effect_Command()
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp484 int32_t HapticGenerator_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in HapticGenerator_Command()
/aosp12/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp484 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Visualizer_command()
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c522 uint32_t cmdSize, in fx_command()
/aosp12/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp640 jint cmdCode, jint cmdSize, jbyteArray jCmdData, jint replySize, in android_media_AudioEffect_native_command()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp292 uint32_t cmdSize, in command()
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp437 int DP_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in DP_command()
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1770 int Reverb_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void* pCmdData, in Reverb_command()
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1098 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command()
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1411 private native final int native_command(int cmdCode, int cmdSize, in native_command()
/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1098 int PreProcessingFx_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in PreProcessingFx_Command()
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3064 int Effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void* pCmdData, in Effect_command()
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp1230 size_t cmdSize = cmdData.size(); in command() local