Home
last modified time | relevance | path

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

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp173 static const JNINativeMethod gMethods[] = { variable
237 if (env->RegisterNatives(clazz, gMethods, in registerMethods()
238 sizeof(gMethods) / sizeof(gMethods[0])) != JNI_OK) in registerMethods()