Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DScopedLocalRef.h26 class ScopedLocalRef {
28 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) { in ScopedLocalRef() function
31 ~ScopedLocalRef() { in ~ScopedLocalRef()
59 ScopedLocalRef(const ScopedLocalRef&);
60 void operator=(const ScopedLocalRef&);
DtoStringArray.h36 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i))); in toStringArray()
/libnativehelper/
DJniConstants.cpp79 ScopedLocalRef<jclass> localClass(env, env->FindClass(name)); in findClass()