Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp793 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/
DJNIHelp.h43 const JNINativeMethod* gMethods,
194 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
/libnativehelper/platform_include/nativehelper/
Djni_macros.h247 (JNINativeMethod) { \
/libnativehelper/platform_include/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/
DJNIHelp.cpp67 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
/libnativehelper/include_jni/
Djni.h133 } JNINativeMethod; typedef
455 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
975 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()