Home
last modified time | relevance | path

Searched refs:HostMsgHdr (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c298 uint8_t buffer[sizeof(struct HostMsgHdr) + 1 + sizeof(uint64_t)]; in removeApps()
299 struct HostMsgHdr *mHostMsgHdr = (struct HostMsgHdr *)(&buffer[0]); in removeApps()
300 uint8_t *cmd = (uint8_t *)(&buffer[sizeof(struct HostMsgHdr)]); in removeApps()
301 uint64_t *appId = (uint64_t *)(&buffer[sizeof(struct HostMsgHdr) + 1]); in removeApps()
/device/google/contexthub/contexthubhal/
Dnanohubhal.h45 HostMsgHdr hdr;
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h64 struct HostMsgHdr { struct
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c922 struct HostMsgHdr *hostPacket = rx; in writeEvent()
923 if (rx_len >= sizeof(struct HostMsgHdr) && in writeEvent()
924 rx_len == sizeof(struct HostMsgHdr) + hostPacket->len && in writeEvent()