Searched refs:JNINativeMethod (Results 1 – 7 of 7) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 45 const JNINativeMethod* gMethods, 129 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 792 JNINativeMethod tmp_native_method; // shadow test. in TEST() 799 JNINativeMethod m = in TEST() 809 JNINativeMethod m = in TEST() 819 JNINativeMethod m_array[] = { in TEST() 832 JNINativeMethod m_array_direct[] { in TEST() 864 JNINativeMethod m = in TEST() 873 JNINativeMethod m = in TEST() 1047 const JNINativeMethod gParcelMethods[] = { in TEST() 1164 const JNINativeMethod gParcelMethodsExpected[] = { in TEST() 1239 ASSERT_EQ(sizeof(gParcelMethodsExpected)/sizeof(JNINativeMethod), in TEST() [all …]
|
/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 246 (JNINativeMethod) { \
|
/libnativehelper/include_platform_header_only/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/tests_mts/jni/ |
D | jni_helper_jni.cpp | 201 static const JNINativeMethod methods[] = { in JNI_OnLoad()
|
/libnativehelper/ |
D | JNIHelp.c | 241 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods()
|
/libnativehelper/include_jni/ |
D | jni.h | 132 } JNINativeMethod; typedef 454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, 974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
|