Home
last modified time | relevance | path

Searched refs:HostMsgHdrChre (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohubhal.h40 HostMsgHdrChre hdr;
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h70 struct HostMsgHdrChre { struct
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c933 struct HostMsgHdrChre *hostPacket = rx; in writeEvent()
934 if (rx_len >= sizeof(struct HostMsgHdrChre) && in writeEvent()
935 rx_len == sizeof(struct HostMsgHdrChre) + hostPacket->len && in writeEvent()