Lines Matching refs:platform
4 Runtime Environment (CHRE), which is Android’s platform for developing always-on
58 - ``core/``: Common CHRE framework code, which is applicable to every platform
59 (contrast to ``platform/``)
67 and tests (these PALs may optionally be used by the platform implementation)
68 - ``platform/``: Code related to the implementation of CHRE on a particular
69 platform/device (compare to ``core/``), divided into sub-folders as follows:
70 - ``platform/include``: The interface between common code in ``core/`` and
71 platform-specific code implemented elsewhere in ``platform/``
72 - ``platform/shared``: Code that may apply to multiple platforms, but is not
75 folder contains source files translating from the C++ platform abstractions
77 - ``platform/<platform_name>``: Code specific to the platform indicated by
79 - ``util/``: Utility code that is not platform-specific, but not part of the
83 given chip may use the same platform code, but the code may be configured on a
97 or are looking for specific guidance for your platform, device, or nanoapp,