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

  /hardware/invensense/libsensors_iio/
sensors_mpl.cpp 52 static struct sensor_t sSensorList[LOCAL_SENSORS];
53 static int sensors = (sizeof(sSensorList) / sizeof(sensor_t));
61 *list = sSensorList;
123 mplSensor->populateSensorList(sSensorList, sizeof(sSensorList));
MPLSensor.cpp 88 static struct sensor_t sSensorList[] =
    [all...]
  /device/samsung/manta/libsensors/
sensors.cpp 63 static struct sensor_t sSensorList[LOCAL_SENSORS + MPLSensor::numSensors] = {
82 *list = sSensorList;
177 p_mplsen->populateSensorList(sSensorList + LOCAL_SENSORS,
178 sizeof(sSensorList[0]) * (ARRAY_SIZE(sSensorList) - LOCAL_SENSORS));
  /device/samsung/tuna/libsensors/
sensors.cpp 79 static struct sensor_t sSensorList[LOCAL_SENSORS + MPLSensor::numSensors] = {
102 *list = sSensorList;
183 p_mplsen->populateSensorList(sSensorList + LOCAL_SENSORS,
184 sizeof(sSensorList[0]) * (ARRAY_SIZE(sSensorList) - LOCAL_SENSORS));
  /device/generic/goldfish/sensors/
sensors_qemu.c 480 * this table is used to build sSensorList declared below
544 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
582 sSensorList[count++] = sSensorListInit[nn];
585 *list = sSensorList;
  /hardware/invensense/libsensors/
MPLSensor.cpp 73 static struct sensor_t sSensorList[] =
1124 memcpy(list, sSensorList, sizeof (struct sensor_t) * 7);
    [all...]

Completed in 5265 milliseconds