Searched refs:GetMethodID (Results 1 – 4 of 4) sorted by relevance
/system/teeui/libteeui_jni/ |
D | libteeui_jni.cpp | 140 jmethodID method = env->GetMethodID(cDeviceInfo, "getWidthPx", "()I"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 143 method = env->GetMethodID(cDeviceInfo, "getHeightPx", "()I"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 145 method = env->GetMethodID(cDeviceInfo, "getDp2px", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 147 method = env->GetMethodID(cDeviceInfo, "getMm2px", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 149 method = env->GetMethodID(cDeviceInfo, "getPowerButtonTopMm", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 151 method = env->GetMethodID(cDeviceInfo, "getPowerButtonBottomMm", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 153 method = env->GetMethodID(cDeviceInfo, "getVolUpButtonTopMm", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() 155 method = env->GetMethodID(cDeviceInfo, "getVolUpButtonBottomMm", "()D"); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/ |
D | native-lib.cpp | 21 jmethodID cid = env->GetMethodID(cls, "<init>", "(Ljava/lang/String;I)V"); in ThrowErrnoException()
|
/system/incremental_delivery/libdataloader/ |
D | JNIHelpers.h | 30 jmethodID res = env->GetMethodID(clazz, method_name, method_signature); in GetMethodIDOrDie()
|
/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
D | jni.h | 197 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member 589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function 590 { return functions->GetMethodID(this, clazz, name, sig); } in GetMethodID()
|