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

  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 221 static inline float getLuxFromAlsData(uint16_t als)
365 sample.fdata = getLuxFromAlsData(xfer->txrxBuf[0] | (xfer->txrxBuf[1] << 8));
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 274 static inline float getLuxFromAlsData(uint16_t als0, uint16_t als1)
621 sample.fdata = getLuxFromAlsData(xfer->txrxBuf.sample.als[0],
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 351 static inline float getLuxFromAlsData(uint16_t als0, uint16_t als1)
674 sample.fdata = getLuxFromAlsData(als0, als1);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 392 static float getLuxFromAlsData(uint16_t c, uint16_t r, uint16_t g, uint16_t b)
756 sample.fdata = getLuxFromAlsData(c, r, g, b);
    [all...]

Completed in 376 milliseconds