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

  /device/lge/hammerhead/libsensors/
sensors.cpp 50 static struct sensor_t sSensorList[GLOBAL_SENSORS + LOCAL_SENSORS] = {
76 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
84 *list = sSensorList;
186 mplSensor->populateSensorList(sSensorList + LOCAL_SENSORS,
187 sizeof(sSensorList[0]) * (ARRAY_SIZE(sSensorList) - LOCAL_SENSORS));
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 67 static struct sensor_t sSensorList[LOCAL_SENSORS];
68 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
76 *list = sSensorList;
156 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 525 * this table is used to build sSensorList declared below
589 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
624 sSensorList[count++] = sSensorListInit[nn];
627 *list = sSensorList;
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 43 static const struct sensor_t sSensorList[] = {
564 *list = sSensorList;
565 return ARRAY_SIZE(sSensorList);

Completed in 610 milliseconds