Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ALog-priv.h | 21-Aug-2018 | 1.6K | |
Android.bp | 21-Aug-2018 | 2.5K | |
AsynchronousCloseMonitor.cpp | 21-Aug-2018 | 3.6K | |
header_only_include/ | 21-Aug-2018 | ||
include/ | 21-Aug-2018 | ||
include_jni/ | 21-Aug-2018 | ||
JniConstants.cpp | 21-Aug-2018 | 5.9K | |
JNIHelp-priv.h | 21-Aug-2018 | 794 | |
JNIHelp.cpp | 21-Aug-2018 | 13.6K | |
JniInvocation.cpp | 21-Aug-2018 | 6.2K | |
MODULE_LICENSE_APACHE2 | 21-Aug-2018 | 0 | |
NOTICE | 21-Aug-2018 | 10.4K | |
platform_include/ | 21-Aug-2018 | ||
README | 21-Aug-2018 | 377 | |
tests/ | 21-Aug-2018 | ||
toStringArray.cpp | 21-Aug-2018 | 1.5K |
1 Support functions for Android's class libraries 2 3 4 These are VM-agnostic native functions that implement methods for system 5 class 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 11 Some helper functions are defined in include/nativehelper/JNIHelp.h. 12