Searched refs:JNINativeMethod (Results 1 – 6 of 6) 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 | JNIHelp.h | 43 const JNINativeMethod* gMethods, 194 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 | 1419 return JNINativeMethod { \ 1420 const_cast<decltype(JNINativeMethod::name)>(name_), \ 1421 const_cast<decltype(JNINativeMethod::signature)>(signature_), \ 1430 return JNINativeMethod { \ 1431 const_cast<decltype(JNINativeMethod::name)>(name_), \ 1432 const_cast<decltype(JNINativeMethod::signature)>( \
|
/libnativehelper/ |
D | JNIHelp.cpp | 67 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()
|