Lines Matching refs:uuidStr
63 const char *uuidStr, in AudioEffect() argument
79 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr); in AudioEffect()
87 if (uuidStr != NULL) { in AudioEffect()
88 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in AudioEffect()
501 const char *uuidStr, in addSourceDefaultEffect() argument
509 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addSourceDefaultEffect()
521 if (uuidStr != NULL) { in addSourceDefaultEffect()
522 status_t res = stringToGuid(uuidStr, &uuid); in addSourceDefaultEffect()
533 const char *uuidStr, in addStreamDefaultEffect() argument
541 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addStreamDefaultEffect()
553 if (uuidStr != NULL) { in addStreamDefaultEffect()
554 status_t res = stringToGuid(uuidStr, &uuid); in addStreamDefaultEffect()