Home
last modified time | relevance | path

Searched defs:registerNativeMethods (Results 1 – 2 of 2) sorted by relevance

/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
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc11379 void NativeCrypto::registerNativeMethods(JNIEnv* env) { in registerNativeMethods() function in NativeCrypto