Lines Matching full:chre
15 namespace chre.fbs;
35 /// generated C++ uses std::string which is not well-supported in CHRE. This
74 /// nanoapps are typically used to leverage CHRE for some device functionality
88 /// 1. The loader sends a LoadNanoappRequest message to CHRE. If the request
93 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,
97 /// CHRE will respond with LoadNanoappResponse for each request. For
99 /// fragment_id and app_binary should be ignored by CHRE.
107 /// process crashes), then the load request will be cancelled at CHRE and fail.
154 /// Represents log messages from CHRE.
172 /// Represents a message sent to CHRE to indicate AP timestamp for time sync
174 /// Offset between AP and CHRE timestamp
198 /// A request from CHRE for host to initiate a time sync message
202 /// Request from CHRE to enable direct access to data from the low-power
205 /// CHRE needs it. The host does not send a response.
208 /// Notification from CHRE that it no longer needs direct access to low-power
256 /// value by the entity guarding access to CHRE.