Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp47 + sizeof(struct HostHubRawPacket)); in GetDataPtr()
129 const HostHubRawPacket *packet = GetTypedData(); in IsValid()
136 if (event_data.size() < (sizeof(uint32_t) + sizeof(struct HostHubRawPacket) in IsValid()
145 const HostHubRawPacket *AppToHostEvent::GetTypedData() const { in GetTypedData()
148 if (event_data.size() < sizeof(uint32_t) + sizeof(struct HostHubRawPacket)) { in GetTypedData()
152 return reinterpret_cast<const HostHubRawPacket *>( in GetTypedData()
Dapptohostevent.h26 struct HostHubRawPacket { struct
43 struct HostHubRawPacket hdr; argument
105 const HostHubRawPacket *GetTypedData() const;
/device/google/contexthub/firmware/os/inc/
Deventnums.h52 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.h146 struct HostHubRawPacket msg;
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c135 struct HostHubRawPacket header;
292 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c141 struct HostHubRawPacket header;
299 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c118 struct HostHubRawPacket header;
551 data->header.dataLen = (sizeof(struct TestResultData) - sizeof(struct HostHubRawPacket)); in sendTestResult()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c540 struct HostHubRawPacket header;
548 struct HostHubRawPacket header;
1188 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket));
1440 data->header.dataLen = (sizeof(struct TestResultData) - sizeof(struct HostHubRawPacket));
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c449 struct HostHubRawPacket header;
457 struct HostHubRawPacket header;
2729 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket));
2887 data->header.dataLen = (sizeof(struct TestResultData) - sizeof(struct HostHubRawPacket));
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c777 struct HostHubRawPacket header;
790 struct HostHubRawPacket header;
1527 …data->header.dataLen = (sizeof(struct LSM6DSMSelfTestResultPkt) - sizeof(struct HostHubRawPacket)); in lsm6dsm_sendSelfTestResult()
1557 …a->header.dataLen = (sizeof(struct LSM6DSMCalibrationResultPkt) - sizeof(struct HostHubRawPacket)); in lsm6dsm_sendCalibrationResult()
/device/google/contexthub/firmware/os/core/
DhostIntf.c1206 const struct HostHubRawPacket *hostMsg = evtData; in onEvtAppToHost()