Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp43 static JNINativeMethod gMethods[] = { variable
51 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument
58 if (env->RegisterNatives(cls, gMethods, numMethods) < 0) { in registerNativeMethods()
67 if(!registerNativeMethods(env, JNIREG_CLASS, gMethods, sizeof(gMethods) / sizeof(gMethods[0]))) { in registerNatives()

Completed in 1 milliseconds