Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ALog-priv.h | 20-Jun-2014 | 1.6K | |
Android.mk | 20-Jun-2014 | 2.1K | |
include/ | 20-Jun-2014 | ||
JniConstants.cpp | 20-Jun-2014 | 6.2K | |
JNIHelp.cpp | 20-Jun-2014 | 12.6K | |
JniInvocation.cpp | 20-Jun-2014 | 4.3K | |
MODULE_LICENSE_APACHE2 | 20-Jun-2014 | 0 | |
NOTICE | 20-Jun-2014 | 10.4K | |
README | 20-Jun-2014 | 377 | |
toStringArray.cpp | 20-Jun-2014 | 2.1K |
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