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

  /device/google/contexthub/util/nanotool/
apptohostevent.h 111 struct SensorAppEventHeader {
117 struct SingleAxisCalibrationResult : public SensorAppEventHeader {
121 struct TripleAxisCalibrationResult : public SensorAppEventHeader {
127 struct FloatCalibrationResult : public SensorAppEventHeader {
131 struct FourAxisCalibrationResult : public SensorAppEventHeader {
apptohostevent.cpp 94 if (GetDataLen() < sizeof(struct SensorAppEventHeader)) {
111 auto header = reinterpret_cast<const struct SensorAppEventHeader *>(
122 auto header = reinterpret_cast<const struct SensorAppEventHeader *>(
contexthub.cpp 442 auto hdr = reinterpret_cast<const SensorAppEventHeader *>(event.GetDataPtr());
500 auto hdr = reinterpret_cast<const SensorAppEventHeader *>(event.GetDataPtr());
  /device/google/contexthub/firmware/os/inc/
eventnums.h 105 struct SensorAppEventHeader {
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 260 struct SensorAppEventHeader data_header;
266 struct SensorAppEventHeader data_header;
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 142 struct SensorAppEventHeader data_header;
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 136 struct SensorAppEventHeader data_header;
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 119 struct SensorAppEventHeader data_header;
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 443 struct SensorAppEventHeader data_header;
451 struct SensorAppEventHeader data_header;
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 426 milliseconds