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

  /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));
  /development/tools/emulator/system/sensors/
sensors_qemu.c 481 * this table is used to build sSensorList declared below
545 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
583 sSensorList[count++] = sSensorListInit[nn];
586 *list = sSensorList;
  /sdk/emulator/sensors/
sensors_qemu.c 481 * this table is used to build sSensorList declared below
545 static struct sensor_t sSensorList[MAX_NUM_SENSORS];
583 sSensorList[count++] = sSensorListInit[nn];
586 *list = sSensorList;
  /hardware/invensense/libsensors/
MPLSensor.cpp 73 static struct sensor_t sSensorList[] =
    [all...]

Completed in 26 milliseconds