Lines Matching refs:a

5 // You may obtain a copy of the License at
17 /// Represents a message sent to/from a nanoapp from/to a client on the host
23 /// this message. The default value is a special value defined in the HAL and
30 /// List of Android permissions that cover the contents of a message from a
37 /// For messages from a nanoaapp to the host, this must be a superset of
44 /// The name of the hub. Nominally a UTF-8 string, but note that we're not
64 /// Maximum size message that can be sent to a nanoapp
83 /// Whether the nanoapp is a pre-loaded "system" nanoapp, i.e. one that should
100 /// Represents a request for loading a nanoapp.
101 /// The nanaopp can either be requested to be loaded via a file or via a buffer.
102 /// For loading via a file, the following steps will be taken:
103 /// 1. The loader sends a LoadNanoappRequest message to CHRE. app_binary must
112 /// original request and will send a callback indicating the
114 /// For loading via a buffer, loading may optionally be fragmented into multiple
116 /// 1. The loader sends a LoadNanoappRequest message to CHRE. If the request
119 /// fragments must be delivered before a new LoadNanoappRequest can be
120 /// issued. If a new request is received while a current request has
132 /// by the HAL, the HAL client will receive a callback indicating the
133 /// completion/failure of a load request.
172 /// Denotes whether a load request succeeded or failed.
173 /// If any fragment of a load request fails, the entire load request for
210 /// messages. The last byte will always be a null-terminator. There are no
211 /// padding bytes between these fields. Treat this like a packed struct and be
216 /// Represents a message sent to CHRE to indicate AP timestamp for time sync
223 /// session can be active at a time. Upon accepting a request, zero or more
224 /// DebugDumpData messages are generated, followed by a DebugDumpResponse
234 /// true if the request was accepted and a dump was performed, false if it was
242 /// A request from CHRE for host to initiate a time sync message
249 /// CHRE needs it. The host does not send a response.
264 /// An enum describing the state of a setting.
270 /// Notification from the host that a system setting has changed
292 /// messages. The last byte will always be a null-terminator. There are no
293 /// padding bytes between these fields. Treat this like a packed struct and be
353 /// per FlatBuffers requirements, we can't use a union as the top-level
354 /// structure (root type), so we must wrap it in a table.
362 /// This is wrapped in a struct to ensure that it is always included when