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()
95 const HostHubRawPacket *packet = GetTypedData(); in IsValid()
102 if (event_data.size() < (sizeof(uint32_t) + sizeof(struct HostHubRawPacket) in IsValid()
111 const HostHubRawPacket *AppToHostEvent::GetTypedData() const { in GetTypedData()
114 if (event_data.size() < sizeof(uint32_t) + sizeof(struct HostHubRawPacket)) { in GetTypedData()
118 return reinterpret_cast<const HostHubRawPacket *>( in GetTypedData()
Dapptohostevent.h26 struct HostHubRawPacket { struct
73 const HostHubRawPacket *GetTypedData() const;
/device/google/contexthub/firmware/inc/
Deventnums.h48 struct HostHubRawPacket { struct
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c29 struct HostHubRawPacket hdr;
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c221 struct HostHubRawPacket header;
227 struct HostHubRawPacket header;
332 data->header.dataLen = (sizeof(struct AlsCalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResultAls()
352 data->header.dataLen = (sizeof(struct ProxCalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResultProx()
/device/google/contexthub/sensorhal/
Dhubconnection.h114 struct HostHubRawPacket msg;
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c102 struct HostHubRawPacket header;
179 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
/device/google/contexthub/firmware/src/
DnanohubCommand.c888 struct HostHubRawPacket *rawPacket; in writeEvent()
893 rawPacket = (struct HostHubRawPacket *)req->evtData; in writeEvent()
894 …eof(req->evtType) + sizeof(struct HostHubRawPacket) && rx_len == sizeof(req->evtType) + sizeof(str… in writeEvent()
DhostIntf.c1051 const struct HostHubRawPacket *hostMsg; in hostIntfHandleEvent()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c328 struct HostHubRawPacket header;
2259 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()