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

/frameworks/av/media/libmedia/
H A DAudioEffect.cpp58 const char *uuidStr,
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
80 if (uuidStr != NULL) {
81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
57 AudioEffect(const char *typeStr, const char *uuidStr, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t io ) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp260 const char *uuidStr = NULL; local
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);
[all...]

Completed in 122 milliseconds