Searched defs:className (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/platform_include/nativehelper/ |
D | jni_macros.h | 207 #define NATIVE_METHOD(className, functionName, signature) \ argument 210 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 213 #define NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 216 #define FAST_NATIVE_METHOD(className, functionName, signature) \ argument 219 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 222 #define FAST_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument 225 #define CRITICAL_NATIVE_METHOD(className, functionName, signature) \ argument 228 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 231 #define CRITICAL_NATIVE_METHOD_AUTOSIG(className, functionName) \ argument
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 194 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods() 198 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 206 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) { in jniThrowExceptionFmt()
|
/libnativehelper/ |
D | JNIHelp.cpp | 61 static jclass findClass(C_JNIEnv* env, const char* className) { in findClass() 66 MODULE_API int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, in jniRegisterNativeMethods() 199 MODULE_API int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 230 MODULE_API int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list … in jniThrowExceptionFmt()
|