Searched refs:LocalRef (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 84 class LocalRef class 87 LocalRef (JNIEnv* env, jobject ref); 88 ~LocalRef (void); 94 LocalRef (const LocalRef&); 95 LocalRef& operator= (const LocalRef&); 101 LocalRef::LocalRef (JNIEnv* env, jobject ref) in LocalRef() function in tcu::Android::__anon41be6e260111::LocalRef 107 LocalRef::~LocalRef (void) in ~LocalRef() 168 …const LocalRef intent (env, env->CallObjectMethod(activity, getMethodID(env, activityCls, "getIn… in getIntentStringExtra() 171 const LocalRef extraName (env, env->NewStringUTF(name)); in getIntentStringExtra() 178 …const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStr… in getIntentStringExtra() [all …]
|