Searched refs:getMethodRef (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 71 calendar_setMethod = getMethodRef(env, calendarClass, "set", "(IIIIII)V"); in init() 72 inputStream_readMethod = getMethodRef(env, inputStreamClass, "read", "([B)I"); in init() 76 getMethodRef(env, openSslInputStreamClass, "gets", "([B)I"); in init() 77 outputStream_writeMethod = getMethodRef(env, outputStreamClass, "write", "([B)V"); in init() 78 outputStream_flushMethod = getMethodRef(env, outputStreamClass, "flush", "()V"); in init()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 93 inline jmethodID getMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) { in getMethodRef() function
|
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |