Searched refs:HostHubRawPacket (Results 1 – 10 of 10) sorted by relevance
47 + 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()
26 struct HostHubRawPacket { struct73 const HostHubRawPacket *GetTypedData() const;
48 struct HostHubRawPacket { struct
29 struct HostHubRawPacket hdr;
221 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()
114 struct HostHubRawPacket msg;
102 struct HostHubRawPacket header;179 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()
888 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()
1051 const struct HostHubRawPacket *hostMsg; in hostIntfHandleEvent()
328 struct HostHubRawPacket header;2259 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket)); in sendCalibrationResult()