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:__anon885
551 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString);
561 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString);
830 gUUIDMethods.toString = GetMethodIDOrDie(env, uuidClass, "toString", "()Ljava/lang/String;");

Completed in 70 milliseconds