Searched refs:getMethodRef (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 77 calendar_setMethod = getMethodRef(env, calendarClass, "set", "(IIIIII)V"); in init() 78 inputStream_readMethod = getMethodRef(env, inputStreamClass, "read", "([B)I"); in init() 82 getMethodRef(env, openSslInputStreamClass, "gets", "([B)I"); in init() 83 outputStream_writeMethod = getMethodRef(env, outputStreamClass, "write", "([B)V"); in init() 84 outputStream_flushMethod = getMethodRef(env, outputStreamClass, "flush", "()V"); in init() 85 buffer_positionMethod = getMethodRef(env, bufferClass, "position", "()I"); in init() 86 buffer_limitMethod = getMethodRef(env, bufferClass, "limit", "()I"); in init()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 97 inline jmethodID getMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) { in getMethodRef() function
|