Searched refs:getMethodRef (Results 1 – 2 of 2) 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
|