Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h45 const JNINativeMethod* gMethods,
129 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp792 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/
Djni_macros.h246 (JNINativeMethod) { \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h1419 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/
Djni_helper_jni.cpp201 static const JNINativeMethod methods[] = { in JNI_OnLoad()
/libnativehelper/
DJNIHelp.c241 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods()
/libnativehelper/include_jni/
Djni.h132 } JNINativeMethod; typedef
454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()