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

  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 506 union EmbeddedDataPoint embeddedSample;
544 embeddedSample = (union EmbeddedDataPoint)((void*)evtData);
546 mTask.proxState = (embeddedSample.fdata < PROXIMITY_THRESH_NEAR) ? PROX_STATE_NEAR : PROX_STATE_FAR;
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 553 union EmbeddedDataPoint embeddedSample;
683 embeddedSample.fdata = temp_centigrade;
684 osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_TEMP), embeddedSample.vptr, NULL);

Completed in 200 milliseconds