Lines Matching refs:host
17 /// Represents a message sent to/from a nanoapp from/to a client on the host
22 /// Identifies the host-side endpoint on the host that sent or should receive
31 /// nanoapp to the host.
36 /// List of Android permissions declared by the nanoapp / granted to the host.
37 /// For messages from a nanoaapp to the host, this must be a superset of
41 // If true, the message has awakened the host AP (i.e. the AP has transitioned
258 /// A request from CHRE for host to initiate a time sync message
265 /// CHRE needs it. The host does not send a response.
287 /// Notification from the host that a system setting has changed
373 // Message sent whenever a host endpoint has connected with the Context Hub.
374 // CHRE may receive messages from this host afterwards.
376 /// The host-side endpoint that has connected to the framework.
379 /// The type of host endpoint, which should be any of the CHRE_HOST_ENDPOINT_TYPE_*
383 /// The (optional) package name associated with the host endpoint.
386 /// The (optional) attribution tag associated with this host.
390 // Message sent whenever a host endpoint has disconnected from the Context Hub.
392 /// The host-side endpoint that has disconnected from the framework.
402 // same protocol must be used to decode the data at the host side for consumption.
412 // NAN enable request sent from CHRE to the host.
417 // NAN status message sent from the host to CHRE whenever a change in the NAN
490 /// The originating or destination client ID on the host side, used to direct
495 /// encoding the message, so it can be mutated by the host daemon.