Lines Matching refs:implementation
12 new platform in the CHRE reference implementation.
65 feedback to improve the quality of your CHRE implementation. Please reach out
68 If some parts of a platform’s CHRE implementation must be kept closed source,
79 platform implementation can be referenced to create empty stubs, and then
122 underlying CHRE implementation, but as CHRE is implemented on a different
124 CHRE. This project includes an implementation of the Context Hub HAL under
125 `host/hal_generic` which pairs with the CHRE framework reference implementation.
129 require a new HAL implementation), and passes the messages to and from the CHRE
145 When adding support for a new platform, a new HAL implementation and/or daemon
146 implementation on the host side may be required. Refer to code in the `host/`
162 precise implementation details.
178 While it is possible for a PAL implementation to simultaneously support multiple
185 a platform implementation is included in AOSP, then it is possible for the
205 `Platform<Module>` header file found in `platform/include`, and implementation
214 If a PAL implementation is provided as a dynamic module in binary form, it can
221 There are several ways to test the PAL implementation beyond manual testing.
249 While dynamic loading is a responsibility of the platform implementation and may
251 working on a reference implementation for a future release. Please reach out via