Lines Matching refs:code
10 platforms, enabling them to be code-compatible across different devices.
43 ## Navigating the code
45 This repository (system/chre) contains an assortment of code, structured as
48 - ``apps/``: Public nanoapp source code, including sample nanoapps intended to
54 - ``chpp/``: Context Hub Peripheral Protocol (CHPP) source code - see the nested
58 - ``core/``: Common CHRE framework code, which is applicable to every platform
63 - ``host/``: Reference code which supports the CHRE implementation, but runs on
65 - ``java/``: Java test code used in conjunction with test nanoapps
70 - ``platform/include``: The interface between common code in ``core/`` and
71 platform-specific code implemented elsewhere in ``platform/``
79 - ``util/``: Utility code that is not platform-specific, but not part of the
80 core framework implementation. Includes code that is usable by nanoapps.
83 given chip may use the same platform code, but the code may be configured on a