Lines Matching refs:uuidStr
192 const char *uuidStr, in set() argument
208 typeStr ? typeStr : "nullptr", uuidStr ? uuidStr : "nullptr"); in set()
213 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in set()
595 const char *uuidStr, in addSourceDefaultEffect() argument
603 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addSourceDefaultEffect()
615 if (uuidStr != NULL) { in addSourceDefaultEffect()
616 status_t res = stringToGuid(uuidStr, &uuid); in addSourceDefaultEffect()
638 const char *uuidStr, in addStreamDefaultEffect() argument
646 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addStreamDefaultEffect()
658 if (uuidStr != NULL) { in addStreamDefaultEffect()
659 status_t res = stringToGuid(uuidStr, &uuid); in addStreamDefaultEffect()