Home | History | Annotate | only in /libnativehelper
Up to higher level directory
NameDateSize
ALog-priv.h24-Aug-20161.6K
Android.mk24-Aug-20162.9K
AsynchronousCloseMonitor.cpp24-Aug-20163.6K
include/24-Aug-2016
JniConstants.cpp24-Aug-20167.2K
JNIHelp.cpp24-Aug-201612K
JniInvocation.cpp24-Aug-20165.8K
MODULE_LICENSE_APACHE224-Aug-20160
NOTICE24-Aug-201610.4K
README24-Aug-2016377
tests/24-Aug-2016
toStringArray.cpp24-Aug-20161.4K

README

      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