• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/nativehelper/22-Nov-2023-2,3681,586

platform_include/nativehelper/22-Nov-2023-8538

tests/22-Nov-2023-157113

.gitD01-Jan-19700

ALog-priv.hD22-Nov-20231.6 KiB6734

Android.bpD22-Nov-20232 KiB8576

AsynchronousCloseMonitor.cppD22-Nov-20233.6 KiB10557

JNIHelp.cppD22-Nov-202312 KiB365263

JniConstants.cppD22-Nov-20235.9 KiB139108

JniInvocation.cppD22-Nov-20235.8 KiB187129

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202310.4 KiB191158

READMED22-Nov-2023377 127

toStringArray.cppD22-Nov-20231.5 KiB4928

README

1Support functions for Android's class libraries
2
3
4These are VM-agnostic native functions that implement methods for system
5class 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
11Some helper functions are defined in include/nativehelper/JNIHelp.h.
12