Searched refs:registerNativeMethods (Results 1 – 4 of 4) sorted by relevance
32 static void registerNativeMethods(JNIEnv* env);
43 NativeCrypto::registerNativeMethods(env); in libconscrypt_JNI_OnLoad()
10762 void NativeCrypto::registerNativeMethods(JNIEnv* env) { in registerNativeMethods() function in NativeCrypto
51 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods() function67 … if(!registerNativeMethods(env, JNIREG_CLASS, gMethods, sizeof(gMethods) / sizeof(gMethods[0]))) { in registerNatives()