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

/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp44 } gUUIDMethods; variable in typeref:struct:__anon805
533 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString);
543 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString);
810 gUUIDMethods.toString = env->GetMethodID(uuidClass, "toString", "()Ljava/lang/String;");

Completed in 39 milliseconds