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

  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 38 #define MAX_NUM_COMMS_EVENT_SAMPLES 15 // at most 15 samples can fit in one comms_event
43 #define FIFO_DEPTH (NUM_COMMS_EVENTS_IN_FIFO * MAX_NUM_COMMS_EVENT_SAMPLES)
316 if (mSensor->ev->samples[0].firstSample.numSamples >= MAX_NUM_COMMS_EVENT_SAMPLES) {
332 if (mSensor->ev->samples[0].firstSample.numSamples == MAX_NUM_COMMS_EVENT_SAMPLES) {
862 + MAX_NUM_COMMS_EVENT_SAMPLES * sizeof(struct TripleAxisDataPoint);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 256 #define MAX_NUM_COMMS_EVENT_SAMPLES 15
    [all...]

Completed in 73 milliseconds