Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
header_only_include/nativehelper/ | 03-May-2024 | - | 587 | 350 | ||
include/nativehelper/ | 03-May-2024 | - | 677 | 219 | ||
include_jni/ | 03-May-2024 | - | 1,144 | 916 | ||
platform_include/nativehelper/ | 03-May-2024 | - | 1,730 | 1,016 | ||
tests/ | 03-May-2024 | - | 1,684 | 1,217 | ||
ALog-priv.h | D | 03-May-2024 | 1.9 KiB | 77 | 38 | |
Android.bp | D | 03-May-2024 | 3.6 KiB | 151 | 139 | |
JNIHelp.cpp | D | 03-May-2024 | 14.5 KiB | 413 | 297 | |
JniConstants.cpp | D | 03-May-2024 | 11.8 KiB | 288 | 191 | |
JniConstants.h | D | 03-May-2024 | 3.1 KiB | 87 | 25 | |
JniInvocation.cpp | D | 03-May-2024 | 9.7 KiB | 328 | 239 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 10.4 KiB | 191 | 158 | |
PREUPLOAD.cfg | D | 03-May-2024 | 29 | 3 | 2 | |
README | D | 03-May-2024 | 377 | 12 | 7 | |
TEST_MAPPING | D | 03-May-2024 | 72 | 8 | 7 | |
libnativehelper.map.txt | D | 03-May-2024 | 935 | 41 | 36 | |
toStringArray.cpp | D | 03-May-2024 | 1.5 KiB | 54 | 30 |
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