Searched refs:getMethodID (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature) in getMethodID() function 168 …const LocalRef intent (env, env->CallObjectMethod(activity, getMethodID(env, activityCls, "getIn… in getIntentStringExtra() 178 …const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStr… in getIntentStringExtra() 189 …const jmethodID setOrientationId = getMethodID(env, activityCls, "setRequestedOrientation", "(I)V"… in setRequestedOrientation() 399 …const jmethodID getServiceID = getMethodID(env, activityClass, "getSystemService", "(Ljava/lang/… in getTotalAndroidSystemMemory() 407 const jmethodID memoryInfoCtor = getMethodID(env, memoryInfoClass, "<init>", "()V"); in getTotalAndroidSystemMemory() 414 …const jmethodID getMemoryInfoID = getMethodID(env, activityManagerClass, "getMemoryInfo", "(Land… in getTotalAndroidSystemMemory()
|