Home | History | Annotate | Download | only in audioeffect

Lines Matching refs:uuidStr

260     const char *uuidStr = NULL;
279 uuidStr = env->GetStringUTFChars(uuid, NULL);
280 if (uuidStr == NULL) { // Out of memory
286 if (typeStr == NULL && uuidStr == NULL) {
315 uuidStr,
347 if (uuidStr) {
348 env->ReleaseStringUTFChars(uuid, uuidStr);
349 uuidStr = NULL;
414 if (uuidStr != NULL) {
415 env->ReleaseStringUTFChars(uuid, uuidStr);