Home
last modified time | relevance | path

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

/libnativehelper/
DJniConstants.c54 #define METHOD_NAME(cls, method) g_ ## cls ## _ ## method macro
67 static jmethodID METHOD_NAME(cls, method) = NULL;
125 METHOD_NAME(cls, method) = \ in InitializeConstants()
157 #define JMETHODID_INVALIDATE(cls, method, ...) METHOD_NAME(cls, method) = NULL; in jniUninitializeConstants()
186 return METHOD_NAME(cls, method); \