Searched defs:functionName (Results 1 – 1 of 1) 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
|