Searched refs:JNINativeMethod (Results 1 – 7 of 7) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 793 JNINativeMethod tmp_native_method; // shadow test. in TEST() 800 JNINativeMethod m = in TEST() 810 JNINativeMethod m = in TEST() 820 JNINativeMethod m_array[] = { in TEST() 833 JNINativeMethod m_array_direct[] { in TEST() 865 JNINativeMethod m = in TEST() 874 JNINativeMethod m = in TEST() 1048 const JNINativeMethod gParcelMethods[] = { in TEST() 1165 const JNINativeMethod gParcelMethodsExpected[] = { in TEST() 1240 ASSERT_EQ(sizeof(gParcelMethodsExpected)/sizeof(JNINativeMethod), in TEST() [all …]
|
/libnativehelper/include/nativehelper/ |
D | libnativehelper_api.h | 38 const JNINativeMethod* gMethods,
|
D | JNIHelp.h | 41 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
|
/libnativehelper/platform_include/nativehelper/ |
D | jni_macros.h | 247 (JNINativeMethod) { \
|
/libnativehelper/platform_include/nativehelper/detail/ |
D | signature_checker.h | 1420 return JNINativeMethod { \ 1421 const_cast<decltype(JNINativeMethod::name)>(name_), \ 1422 const_cast<decltype(JNINativeMethod::signature)>(signature_), \ 1431 return JNINativeMethod { \ 1432 const_cast<decltype(JNINativeMethod::name)>(name_), \ 1433 const_cast<decltype(JNINativeMethod::signature)>( \
|
/libnativehelper/ |
D | JNIHelp.cpp | 242 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
|
/libnativehelper/include_jni/ |
D | jni.h | 133 } JNINativeMethod; typedef 455 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, 975 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
|