Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:pDesc

1969         effect_descriptor_t *pDesc,
1986 if (pDesc == NULL) {
2022 if (!EffectIsNullUuid(&pDesc->uuid)) {
2024 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2032 if (EffectIsNullUuid(&pDesc->type)) {
2053 if (memcmp(&desc.type, &pDesc->type, sizeof(effect_uuid_t)) == 0) {
2093 *pDesc = desc;