Searched refs:cmdCode (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/include/media/
H A DIEffectClient.h34 virtual void commandExecuted(uint32_t cmdCode,
H A DAudioEffect.h382 virtual status_t command(uint32_t cmdCode,
423 virtual void commandExecuted(uint32_t cmdCode,
452 virtual void commandExecuted(uint32_t cmdCode, argument
460 cmdCode, cmdSize, pCmdData, replySize, pReplyData);
H A DIEffect.h36 virtual status_t command(uint32_t cmdCode,
/frameworks/av/media/libmedia/
H A DIEffectClient.cpp59 void commandExecuted(uint32_t cmdCode, argument
68 data.writeInt32(cmdCode);
115 uint32_t cmdCode = data.readInt32(); local
128 commandExecuted(cmdCode, cmdSize, cmd, replySize, resp);
H A DAudioEffect.cpp232 status_t AudioEffect::command(uint32_t cmdCode, argument
243 if (cmdCode == EFFECT_CMD_ENABLE || cmdCode == EFFECT_CMD_DISABLE) {
244 if (mEnabled == (cmdCode == EFFECT_CMD_ENABLE)) {
253 status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize, replyData);
255 if (cmdCode == EFFECT_CMD_ENABLE || cmdCode == EFFECT_CMD_DISABLE) {
260 mEnabled = (cmdCode == EFFECT_CMD_ENABLE);
394 void AudioEffect::commandExecuted(uint32_t cmdCode, argument
404 if (mCbf != NULL && cmdCode
[all...]
H A DIEffect.cpp65 status_t command(uint32_t cmdCode, argument
74 data.writeInt32(cmdCode);
158 uint32_t cmdCode = data.readInt32(); local
189 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h47 uint32_t cmdCode,
H A DEffectProxy.cpp201 uint32_t cmdCode,
242 if (cmdCode == EFFECT_CMD_OFFLOAD) {
243 ALOGV("Effect_command() cmdCode = EFFECT_CMD_OFFLOAD");
267 pContext->eHandle[SUB_FX_OFFLOAD], cmdCode, cmdSize,
327 pContext->eHandle[i], cmdCode, cmdSize,
200 Effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h80 uint32_t cmdCode,
H A DEffectDownmix.c387 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
400 ALOGV("Downmix_Command command %" PRIu32 " cmdSize %" PRIu32, cmdCode, cmdSize);
402 switch (cmdCode) {
524 ALOGW("Downmix_Command invalid command %" PRIu32, cmdCode);
/frameworks/av/services/audioflinger/
H A DEffects.h65 status_t command(uint32_t cmdCode,
186 virtual status_t command(uint32_t cmdCode,
205 void commandExecuted(uint32_t cmdCode,
H A DEffects.cpp594 status_t AudioFlinger::EffectModule::command(uint32_t cmdCode, argument
601 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface);
609 if (cmdCode == EFFECT_CMD_GET_PARAM &&
615 if (cmdCode == EFFECT_CMD_GET_PARAM &&
622 if (cmdCode == EFFECT_CMD_GET_PARAM &&
638 if ((cmdCode == EFFECT_CMD_SET_PARAM
639 || cmdCode == EFFECT_CMD_SET_PARAM_DEFERRED) && // DEFERRED not generally used
655 cmdCode,
660 if (cmdCode !
1303 command(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
1453 commandExecuted(uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t replySize, void *pReplyData) argument
[all...]
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp310 int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
320 // ALOGV("LE_command command %d cmdSize %d",cmdCode, cmdSize);
321 switch (cmdCode) {
422 ALOGW("LE_command invalid command %d",cmdCode);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp626 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
638 ALOGV("Equalizer_command command %d cmdSize %d",cmdCode, cmdSize);
640 switch (cmdCode) {
720 ALOGW("Equalizer_command invalid command %d",cmdCode);
H A DEffectReverb.h315 uint32_t cmdCode,
H A DEffectReverb.c279 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
292 ALOGV("Reverb_Command command %d cmdSize %d",cmdCode, cmdSize);
294 switch (cmdCode) {
391 ALOGW("Reverb_Command invalid command %d",cmdCode);
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp416 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, argument
426 // ALOGV("Visualizer_command command %" PRIu32 " cmdSize %" PRIu32, cmdCode, cmdSize);
428 switch (cmdCode) {
685 ALOGW("Visualizer_command invalid command %" PRIu32, cmdCode);
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java846 public int command(int cmdCode, byte[] command, byte[] reply) argument
849 return native_command(cmdCode, command.length, command, reply.length, reply);
1240 private native final int native_command(int cmdCode, int cmdSize, argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1927 uint32_t cmdCode,
1943 //ALOGV("\tReverb_command INPUTS are: command %d cmdSize %d",cmdCode, cmdSize);
1945 switch (cmdCode){
1947 //ALOGV("\tReverb_command cmdCode Case: "
1951 ALOGV("\tLVM_ERROR : Reverb_command cmdCode Case: "
1959 //ALOGV("\tReverb_command cmdCode Case: "
1963 ALOGV("\tLVM_ERROR : Reverb_command cmdCode Case: "
1973 ALOGV("\tLVM_ERROR : Reverb_command cmdCode Case: "
1982 //ALOGV("\tReverb_command cmdCode Case: "
1988 //ALOGV("\tReverb_command cmdCode Cas
1926 Reverb_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c100 uint32_t cmdCode,
119 ret = (*fx->subItfe)->command(fx->subItfe, cmdCode, cmdSize, pCmdData, replySize, pReplyData);
99 Effect_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp664 jint cmdCode, jint cmdSize, jbyteArray jCmdData, jint replySize,
699 lStatus = translateError(lpAudioEffect->command((uint32_t)cmdCode,
663 android_media_AudioEffect_native_command(JNIEnv *env, jobject thiz, jint cmdCode, jint cmdSize, jbyteArray jCmdData, jint replySize, jbyteArray jReplyData) argument
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1398 uint32_t cmdCode,
1412 //ALOGV("PreProcessingFx_Command: command %d cmdSize %d",cmdCode, cmdSize);
1414 switch (cmdCode){
1430 ALOGV("PreProcessingFx_Command cmdCode Case: "
1459 ALOGV("\tLVM_ERROR : PreProcessingFx_Command cmdCode Case: "
1472 ALOGV("PreProcessingFx_Command cmdCode Case: "
1486 ALOGV("PreProcessingFx_Command cmdCode Case: "
1506 ALOGV("PreProcessingFx_Command cmdCode Case: "
1530 ALOGV("PreProcessingFx_Command cmdCode Case: "
1537 ALOGV("PreProcessingFx_Command cmdCode Cas
1397 PreProcessingFx_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3229 uint32_t cmdCode,
3257 //ALOGV("\tEffect_command INPUTS are: command %d cmdSize %d",cmdCode, cmdSize);
3267 switch (cmdCode){
3275 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT start");
3277 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT for LVM_BASS_BOOST");
3281 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT for LVM_VIRTUALIZER");
3285 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT for LVM_EQUALIZER");
3289 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT for LVM_VOLUME");
3295 //ALOGV("\tEffect_command cmdCode Case: EFFECT_CMD_SET_CONFIG start");
3298 ALOGV("\tLVM_ERROR : Effect_command cmdCode Cas
3228 Effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) argument
[all...]

Completed in 201 milliseconds