Home
last modified time | relevance | path

Searched refs:HostHubRawPacket (Results 1 – 10 of 10) sorted by relevance

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp47 + sizeof(struct HostHubRawPacket)); in GetDataPtr()
122 const HostHubRawPacket *packet = GetTypedData(); in IsValid()
129 if (event_data.size() < (sizeof(uint32_t) + sizeof(struct HostHubRawPacket) in IsValid()
138 const HostHubRawPacket *AppToHostEvent::GetTypedData() const { in GetTypedData()
141 if (event_data.size() < sizeof(uint32_t) + sizeof(struct HostHubRawPacket)) { in GetTypedData()
145 return reinterpret_cast<const HostHubRawPacket *>( in GetTypedData()
Dapptohostevent.h26 struct HostHubRawPacket { struct
43 struct HostHubRawPacket hdr; argument
99 const HostHubRawPacket *GetTypedData() const;
/device/google/contexthub/firmware/os/inc/
Deventnums.h49 struct HostHubRawPacket { struct
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c29 struct HostHubRawPacket hdr;
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c259 struct HostHubRawPacket header;
265 struct HostHubRawPacket header;
435 data->header.dataLen = (sizeof(struct AlsCalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResultAls()
455 data->header.dataLen = (sizeof(struct ProxCalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResultProx()
/device/google/contexthub/sensorhal/
Dhubconnection.h148 struct HostHubRawPacket msg;
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c130 struct HostHubRawPacket header;
270 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c186 struct HostHubRawPacket *hostMsg = NULL; in osChreSendMessageToHost()
DhostIntf.c1175 const struct HostHubRawPacket *hostMsg = evtData; in onEvtAppToHost()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c394 struct HostHubRawPacket header;
402 struct HostHubRawPacket header;
2639 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket));
2797 data->header.dataLen = (sizeof(struct TestResultData) - sizeof(struct HostHubRawPacket));