Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:pDesc

2611         effect_descriptor_t *pDesc,
2629 if (pDesc == NULL) {
2648 if (!EffectIsNullUuid(&pDesc->uuid)) {
2650 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2658 if (EffectIsNullUuid(&pDesc->type)) {
2679 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) {
2719 *pDesc = desc;