Home
last modified time | relevance | path

Searched refs:registerNativeMethods (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dnative_crypto.h32 static void registerNativeMethods(JNIEnv* env);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniload.cc43 NativeCrypto::registerNativeMethods(env); in libconscrypt_JNI_OnLoad()
Dnative_crypto.cc10762 void NativeCrypto::registerNativeMethods(JNIEnv* env) { in registerNativeMethods() function in NativeCrypto
/external/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp51 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods() function
67 … if(!registerNativeMethods(env, JNIREG_CLASS, gMethods, sizeof(gMethods) / sizeof(gMethods[0]))) { in registerNatives()