• Home
Name Date Size #Lines LOC

..--

header_only_include/nativehelper/03-May-2024-589352

include/nativehelper/03-May-2024-628233

include_jni/03-May-2024-1,144916

platform_include/nativehelper/03-May-2024-1,7281,014

tests/03-May-2024-1,6471,182

ALog-priv.hD03-May-20241.9 KiB7738

Android.bpD03-May-20242.6 KiB124114

JNIHelp.cppD03-May-202414.5 KiB408293

JniConstants.cppD03-May-202411.8 KiB288191

JniConstants.hD03-May-20243 KiB8423

JniInvocation.cppD03-May-20249.7 KiB322232

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202410.4 KiB191158

READMED03-May-2024377 127

libnativehelper.map.txtD03-May-2024935 4136

toStringArray.cppD03-May-20241.5 KiB5430

README

1Support functions for Android's class libraries
2
3
4These are VM-agnostic native functions that implement methods for system
5class libraries.  All code here:
6
7 - MUST not be associated with an android.* class (that code lives in
8   frameworks/base/).
9 - SHOULD be written in C rather than C++ where possible.
10
11Some helper functions are defined in include/nativehelper/JNIHelp.h.
12