Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIEffectClient.aidl45 oneway void commandExecuted(int cmdCode, in byte[] cmdData, in byte[] replyData); in commandExecuted()
DIEffect.aidl48 int command(int cmdCode, in byte[] cmdData, int maxResponseSize, out byte[] response); in command()
/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.cpp185 status_t EffectHalHidl::command(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, in command()
246 uint32_t cmdCode, uint32_t *replySize, void *pReplyData) { in getConfigImpl()
276 uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) { in setConfigImpl()
/frameworks/av/media/libaudioclient/include/media/
DAudioEffect.h581 binder::Status commandExecuted(int32_t cmdCode, in commandExecuted()
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp209 uint32_t cmdCode, in Effect_command()
/frameworks/av/media/libaudioclient/
DAudioEffect.cpp287 status_t AudioEffect::command(uint32_t cmdCode, in command()
509 void AudioEffect::commandExecuted(int32_t cmdCode, in commandExecuted()
/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.c282 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Reverb_Command()
/frameworks/av/media/libeffects/hapticgenerator/
DEffectHapticGenerator.cpp466 int32_t HapticGenerator_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in HapticGenerator_Command()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c86 uint32_t cmdCode, in Effect_Command()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1014 public int command(int cmdCode, byte[] command, byte[] reply) in command()
1411 private native final int native_command(int cmdCode, int cmdSize, in native_command()
/frameworks/av/services/audioflinger/
DEffects.cpp1202 status_t AudioFlinger::EffectModule::command(int32_t cmdCode, in command()
1454 const AudioDeviceTypeAddrVector &devices, uint32_t cmdCode) in sendSetAudioDevicesCommand()
1860 Status AudioFlinger::EffectHandle::command(int32_t cmdCode, in command()
2005 void AudioFlinger::EffectHandle::commandExecuted(uint32_t cmdCode, in commandExecuted()
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp484 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Visualizer_command()
/frameworks/av/media/libeffects/downmix/
DEffectDownmix.cpp413 static int32_t Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in Downmix_Command()
/frameworks/base/media/jni/audioeffect/
Dandroid_media_AudioEffect.cpp640 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/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/av/media/libeffects/preprocessing/
DPreProcessing.cpp1098 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()