Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 20-Oct-2020 | - | ||||
header_only_include/nativehelper/ | H | 20-Oct-2020 | - | |||
include/nativehelper/ | H | 20-Oct-2020 | - | |||
include_jni/ | H | 20-Oct-2020 | - | |||
platform_include/nativehelper/ | H | 20-Oct-2020 | - | |||
tests/ | H | 20-Oct-2020 | - | |||
ALog-priv.h | H A D | 20-Oct-2020 | 1.9 KiB | 77 | 38 | |
Android.bp | H A D | 20-Oct-2020 | 3.6 KiB | 150 | 138 | |
JNIHelp.cpp | H A D | 20-Oct-2020 | 14.5 KiB | 413 | 297 | |
JniConstants.cpp | H A D | 20-Oct-2020 | 11.8 KiB | 288 | 191 | |
JniConstants.h | H A D | 20-Oct-2020 | 3.1 KiB | 87 | 25 | |
JniInvocation.cpp | H A D | 20-Oct-2020 | 9.5 KiB | 319 | 231 | |
MODULE_LICENSE_APACHE2 | H A D | 20-Oct-2020 | 0 | |||
NOTICE | H A D | 20-Oct-2020 | 10.4 KiB | 191 | 158 | |
PREUPLOAD.cfg | H A D | 20-Oct-2020 | 29 | 3 | 2 | |
README | H A D | 20-Oct-2020 | 377 | 12 | 7 | |
TEST_MAPPING | H A D | 20-Oct-2020 | 72 | 8 | 7 | |
libnativehelper.map.txt | H A D | 20-Oct-2020 | 935 | 41 | 36 | |
toStringArray.cpp | H A D | 20-Oct-2020 | 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