Searched defs:uuidStr (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp60 const char *uuidStr,
74 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
82 if (uuidStr != NULL) {
83 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
58 AudioEffect(const char *typeStr, const String16& opPackageName, const char *uuidStr, int32_t priority, effect_callback_t cbf, void* user, audio_session_t sessionId, audio_io_handle_t io ) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp291 const char *uuidStr = NULL; local
314 uuidStr = env->GetStringUTFChars(uuid, NULL);
315 if (uuidStr == NULL) { // Out of memory
321 if (typeStr == NULL && uuidStr == NULL) {
351 uuidStr,
383 if (uuidStr) {
384 env->ReleaseStringUTFChars(uuid, uuidStr);
385 uuidStr = NULL;
447 if (uuidStr != NULL) {
448 env->ReleaseStringUTFChars(uuid, uuidStr);
[all...]

Completed in 117 milliseconds