Home
last modified time | relevance | path

Searched refs:ScopedLocalRef (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
DScopedLocalRef.h27 class ScopedLocalRef {
29 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) { in ScopedLocalRef() function
32 ~ScopedLocalRef() { in ~ScopedLocalRef()
59 DISALLOW_COPY_AND_ASSIGN(ScopedLocalRef);
DtoStringArray.h36 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i))); in toStringArray()
/libnativehelper/
DJniConstants.cpp88 ScopedLocalRef<jclass> localClass(env, env->FindClass(name)); in findClass()