HomeSort by relevance Sort by last modified time
    Searched refs:uuidStr (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 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;
412 if (uuidStr != NULL) {
413 env->ReleaseStringUTFChars(uuid, uuidStr);
    [all...]
  /frameworks/base/media/libmedia/
AudioEffect.cpp 59 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) {
  /frameworks/base/include/media/
AudioEffect.h 252 const char *uuidStr = NULL,

Completed in 8828 milliseconds