Home | History | Annotate | only in /libnativehelper
Up to higher level directory
NameDateSize
ALog-priv.h06-Dec-20171.6K
Android.bp06-Dec-20172.2K
AsynchronousCloseMonitor.cpp06-Dec-20173.6K
include/06-Dec-2017
include_deprecated/06-Dec-2017
include_jni/06-Dec-2017
JniConstants.cpp06-Dec-20176K
JNIHelp.cpp06-Dec-201712.2K
JniInvocation.cpp06-Dec-20175.8K
MODULE_LICENSE_APACHE206-Dec-20170
NOTICE06-Dec-201710.4K
platform_include/06-Dec-2017
README06-Dec-2017377
tests/06-Dec-2017
toStringArray.cpp06-Dec-20171.5K

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