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

  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 68 static struct sensor_t sSensorList[LOCAL_SENSORS];
69 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
77 *list = sSensorList;
166 mplSensor->populateSensorList(sSensorList, sizeof(sSensorList));
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 53 static struct sensor_t sSensorList[LOCAL_SENSORS];
54 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
62 *list = sSensorList;
138 mplSensor->populateSensorList(sSensorList, sizeof(sSensorList));
MPLSensor.cpp 116 static struct sensor_t sSensorList[] =
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 64 static const struct sensor_t sSensorList[] = {
104 *list = sSensorList;
105 return ARRAY_SIZE(sSensorList);
  /device/generic/goldfish/sensors/
sensors_qemu.c 663 * this table is used to build sSensorList declared below
843 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
877 sSensorList[count++] = sSensorListInit[nn];
880 *list = sSensorList;

Completed in 1281 milliseconds