Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:loadEffectParameter

1147 effect_param_t *AudioPolicyService::loadEffectParameter(cnode *root)
1164 ALOGW("loadEffectParameter() ptr %p ptr2 %p", ptr, ptr2);
1173 ALOGW("loadEffectParameter() invalid parameter description %s", root->name);
1180 ALOGV("loadEffectParameter() reading param of type %s", param->name);
1195 ALOGV("loadEffectParameter() reading value of type %s", value->name);
1216 effect_param_t *param = loadEffectParameter(node);