Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ALog-priv.h | 06-Dec-2017 | 1.6K | |
Android.bp | 06-Dec-2017 | 2.2K | |
AsynchronousCloseMonitor.cpp | 06-Dec-2017 | 3.6K | |
include/ | 06-Dec-2017 | ||
include_deprecated/ | 06-Dec-2017 | ||
include_jni/ | 06-Dec-2017 | ||
JniConstants.cpp | 06-Dec-2017 | 6K | |
JNIHelp.cpp | 06-Dec-2017 | 12.2K | |
JniInvocation.cpp | 06-Dec-2017 | 5.8K | |
MODULE_LICENSE_APACHE2 | 06-Dec-2017 | 0 | |
NOTICE | 06-Dec-2017 | 10.4K | |
platform_include/ | 06-Dec-2017 | ||
README | 06-Dec-2017 | 377 | |
tests/ | 06-Dec-2017 | ||
toStringArray.cpp | 06-Dec-2017 | 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