Lines Matching refs:uuidStr
62 const char *uuidStr, in AudioEffect() argument
77 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr); in AudioEffect()
85 if (uuidStr != NULL) { in AudioEffect()
86 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { in AudioEffect()
472 const char *uuidStr, in addSourceDefaultEffect() argument
480 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addSourceDefaultEffect()
492 if (uuidStr != NULL) { in addSourceDefaultEffect()
493 status_t res = stringToGuid(uuidStr, &uuid); in addSourceDefaultEffect()
504 const char *uuidStr, in addStreamDefaultEffect() argument
512 if (typeStr == NULL && uuidStr == NULL) return BAD_VALUE; in addStreamDefaultEffect()
524 if (uuidStr != NULL) { in addStreamDefaultEffect()
525 status_t res = stringToGuid(uuidStr, &uuid); in addStreamDefaultEffect()