Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:pDesc

2073         effect_descriptor_t *pDesc,
2090 if (pDesc == NULL) {
2109 if (!EffectIsNullUuid(&pDesc->uuid)) {
2111 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2119 if (EffectIsNullUuid(&pDesc->type)) {
2140 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) {
2180 *pDesc = desc;