Home
last modified time | relevance | path

Searched refs:getMethodID (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidUtil.cpp143 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, "getIntent", "()Landroid/content/Intent;"))); in getIntentStringExtra()
178 const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStringExtra", "(Ljava/lang/String;)Ljava/lang/String;"), getExtraArgs)); in getIntentStringExtra()
189 const jmethodID setOrientationId = getMethodID(env, activityCls, "setRequestedOrientation", "(I)V"); in setRequestedOrientation()
399 const jmethodID getServiceID = getMethodID(env, activityClass, "getSystemService", "(Ljava/lang/String;)Ljava/lang/Object;"); in getTotalAndroidSystemMemory()
407 const jmethodID memoryInfoCtor = getMethodID(env, memoryInfoClass, "<init>", "()V"); in getTotalAndroidSystemMemory()
414 const jmethodID getMemoryInfoID = getMethodID(env, activityManagerClass, "getMemoryInfo", "(Landroid/app/ActivityManager$MemoryInfo;)V"); in getTotalAndroidSystemMemory()

Completed in 1 milliseconds