Home | History | Annotate | only in /libnativehelper
Up to higher level directory
NameDateSize
ALog-priv.h21-Aug-20181.6K
Android.bp21-Aug-20182.5K
AsynchronousCloseMonitor.cpp21-Aug-20183.6K
header_only_include/21-Aug-2018
include/21-Aug-2018
include_jni/21-Aug-2018
JniConstants.cpp21-Aug-20185.9K
JNIHelp-priv.h21-Aug-2018794
JNIHelp.cpp21-Aug-201813.6K
JniInvocation.cpp21-Aug-20186.2K
MODULE_LICENSE_APACHE221-Aug-20180
NOTICE21-Aug-201810.4K
platform_include/21-Aug-2018
README21-Aug-2018377
tests/21-Aug-2018
toStringArray.cpp21-Aug-20181.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