Home
last modified time | relevance | path

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

/libnativehelper/
DJniConstants.c55 #define METHOD_NAME(cls, method) g_ ## cls ## _ ## method macro
68 static jmethodID METHOD_NAME(cls, method) = NULL;
126 METHOD_NAME(cls, method) = \ in InitializeConstants()
158 #define JMETHODID_INVALIDATE(cls, method, ...) METHOD_NAME(cls, method) = NULL; in jniUninitializeConstants()
187 return METHOD_NAME(cls, method); \