Lines Matching refs:uuidStr
190 const char *uuidStr, in set() argument
205 typeStr ? typeStr : "nullptr", uuidStr ? uuidStr : "nullptr"); in set()
210 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in set()
584 const char *uuidStr, in addSourceDefaultEffect() argument
592 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addSourceDefaultEffect()
604 if (uuidStr != NULL) { in addSourceDefaultEffect()
605 status_t res = stringToGuid(uuidStr, &uuid); in addSourceDefaultEffect()
627 const char *uuidStr, in addStreamDefaultEffect() argument
635 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addStreamDefaultEffect()
647 if (uuidStr != NULL) { in addStreamDefaultEffect()
648 status_t res = stringToGuid(uuidStr, &uuid); in addStreamDefaultEffect()