HomeSort by relevance Sort by last modified time
    Searched refs:HostHubRawPacket (Results 1 - 12 of 12) sorted by null

  /device/google/contexthub/util/nanotool/
apptohostevent.cpp 47 + sizeof(struct HostHubRawPacket));
128 const HostHubRawPacket *packet = GetTypedData();
134 // and HostHubRawPacket headers
135 if (event_data.size() < (sizeof(uint32_t) + sizeof(struct HostHubRawPacket)
144 const HostHubRawPacket *AppToHostEvent::GetTypedData() const {
146 // HostHubRawPacket
147 if (event_data.size() < sizeof(uint32_t) + sizeof(struct HostHubRawPacket)) {
151 return reinterpret_cast<const HostHubRawPacket *>(
apptohostevent.h 26 struct HostHubRawPacket {
43 struct HostHubRawPacket hdr;
103 const HostHubRawPacket *GetTypedData() const;
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 29 struct HostHubRawPacket hdr;
  /device/google/contexthub/firmware/os/inc/
eventnums.h 29 #define EVT_APP_TO_HOST 0x00000401 //app data to host. Type is struct HostHubRawPacket
52 struct HostHubRawPacket {
100 * the data segment of struct HostHubRawPacket is strongly recommended to begin
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 259 struct HostHubRawPacket header;
265 struct HostHubRawPacket header;
435 data->header.dataLen = (sizeof(struct AlsCalibrationData) - sizeof(struct HostHubRawPacket));
455 data->header.dataLen = (sizeof(struct ProxCalibrationData) - sizeof(struct HostHubRawPacket));
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.h 149 struct HostHubRawPacket msg;
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 141 struct HostHubRawPacket header;
299 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket));
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 135 struct HostHubRawPacket header;
292 data->header.dataLen = (sizeof(struct CalibrationData) - sizeof(struct HostHubRawPacket));
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 118 struct HostHubRawPacket header;
551 data->header.dataLen = (sizeof(struct TestResultData) - sizeof(struct HostHubRawPacket));
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 442 struct HostHubRawPacket header;
450 struct HostHubRawPacket header;
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]
  /device/google/contexthub/firmware/os/core/
hostIntf.c     [all...]

Completed in 316 milliseconds