Home
last modified time | relevance | path

Searched refs:pTypeUuid (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.h162 const effect_uuid_t* pTypeUuid,
DAudioFlinger.cpp4030 const effect_uuid_t *pTypeUuid, in getEffectDescriptor() argument
4034 if (pUuid == NULL || pTypeUuid == NULL || descriptor == NULL) { in getEffectDescriptor()
4048 } else if (!EffectsFactoryHalInterface::isNullUuid(pTypeUuid)) { in getEffectDescriptor()
4070 if (memcmp(&desc.type, pTypeUuid, sizeof(effect_uuid_t)) == 0) { in getEffectDescriptor()