Lines Matching refs:as
14 The CHRE reference implementation (hereafter referred to just as "CHRE" or "the
18 code as well as CHRE system callbacks. Per the CHRE API, nanoapps can’t execute
29 rather an overview of key points to serve as an introduction.
54 object as needed, and passes it to `EventLoop::startNanoapp()` - this marks a
58 common and platform-specific data and functions, as described in the Platform
126 associated with accelerometer data, and sets `sensorDataEventFree()` as the
133 function is invoked (via `PlatformNanoapp`, as with `nanoappStart`) for each
146 Each framework module as described in the previous section is represented by a
147 C++ class in `core/`, which serves as the top-level reference to the module and
150 `SensorRequestManager` class as an example, its role is to manage common
151 functionality, such as multiplexing sensor requests from all clients into a
176 interface with platform-specific implementation, as described above. However,
177 platform-specific code is less restricted, and can refer to common code, as well
178 as other platform code directly.