Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/nativehelper/ | 03-May-2024 | - | 1,243 | 682 | ||
include_deprecated/ | 03-May-2024 | - | 2,385 | 1,596 | ||
include_jni/ | 03-May-2024 | - | 1,142 | 914 | ||
platform_include/nativehelper/ | 03-May-2024 | - | 85 | 38 | ||
tests/ | 03-May-2024 | - | 184 | 126 | ||
ALog-priv.h | D | 03-May-2024 | 1.6 KiB | 67 | 34 | |
Android.bp | D | 03-May-2024 | 2.2 KiB | 96 | 84 | |
AsynchronousCloseMonitor.cpp | D | 03-May-2024 | 3.6 KiB | 105 | 57 | |
JNIHelp.cpp | D | 03-May-2024 | 12.2 KiB | 369 | 267 | |
JniConstants.cpp | D | 03-May-2024 | 6 KiB | 141 | 110 | |
JniInvocation.cpp | D | 03-May-2024 | 5.8 KiB | 187 | 129 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 10.4 KiB | 191 | 158 | |
README | D | 03-May-2024 | 377 | 12 | 7 | |
toStringArray.cpp | D | 03-May-2024 | 1.5 KiB | 49 | 28 |
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