Searched refs:HostHubRawPacket (Results 1 – 10 of 10) sorted by relevance
47 + 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()
26 struct HostHubRawPacket { struct43 struct HostHubRawPacket hdr; argument99 const HostHubRawPacket *GetTypedData() const;
49 struct HostHubRawPacket { struct
29 struct HostHubRawPacket hdr;
259 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()
148 struct HostHubRawPacket msg;
130 struct HostHubRawPacket header;270 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
186 struct HostHubRawPacket *hostMsg = NULL; in osChreSendMessageToHost()
1175 const struct HostHubRawPacket *hostMsg = evtData; in onEvtAppToHost()
394 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));