Home
last modified time | relevance | path

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

/libnativehelper/platform_include/nativehelper/
Djni_macros.h210 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
211 MAKE_JNI_NATIVE_METHOD(#functionName, signature, className ## _ ## identifier)
219 #define OVERLOADED_FAST_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
220 MAKE_JNI_FAST_NATIVE_METHOD(#functionName, signature, className ## _ ## identifier)
228 #define OVERLOADED_CRITICAL_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
229 MAKE_JNI_CRITICAL_NATIVE_METHOD(#functionName, signature, className ## _ ## identifier)