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

/frameworks/base/media/libmedia/
H A DAudioEffect.cpp59 const char *uuidStr,
73 LOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
81 if (uuidStr != NULL) {
82 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
58 AudioEffect(const char *typeStr, const char *uuidStr, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t output ) 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;
412 if (uuidStr != NULL) {
413 env->ReleaseStringUTFChars(uuid, uuidStr);
[all...]

Completed in 58 milliseconds