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

  /device/google/contexthub/util/nanotool/
sensorevent.h 26 struct SensorFirstSample
39 struct SensorFirstSample firstSample;
57 struct SensorFirstSample firstSample;
84 struct SensorFirstSample first_sample_header;
sensorevent.cpp 112 sizeof(struct SensorFirstSample))) {
118 const struct SensorFirstSample *first_sample_header =
119 reinterpret_cast<const struct SensorFirstSample *>(
240 const struct SensorFirstSample *first_sample =
241 reinterpret_cast<const struct SensorFirstSample *>(
266 const struct SensorFirstSample *first_sample =
267 reinterpret_cast<const struct SensorFirstSample *>(
  /device/google/contexthub/firmware/os/inc/
hostIntf.h 61 struct SensorFirstSample firstSample;
sensors.h 45 struct SensorFirstSample
67 struct SensorFirstSample firstSample;
86 struct SensorFirstSample firstSample;
112 struct SensorFirstSample firstSample;
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 95 memset(&ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/core/
hostIntf.c 539 memset(&sensor->buffer.firstSample, 0x00, sizeof(struct SensorFirstSample));
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 238 memset(&ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 544 memset(&ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 199 memset(&ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 291 memset(&mSensor->ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 295 memset(&ev->samples[0].firstSample, 0x00, sizeof(struct SensorFirstSample));
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 399 milliseconds