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

  /device/samsung/tuna/libsensors/
ProximitySensor.cpp 44 float ProximitySensor::indexToValue(size_t index) const
60 mPendingEvent.distance = indexToValue(absinfo.value);
68 mPendingEvent.distance = indexToValue(event->value);
ProximitySensor.h 42 float indexToValue(size_t index) const;
  /device/moto/stingray/sensors/
LightSensor.h 39 float indexToValue(size_t index) const;
LightSensor.cpp 95 mPendingEvent.light = indexToValue(event->value);
118 float LightSensor::indexToValue(size_t index) const
  /device/samsung/crespo/libsensors/
ProximitySensor.h 42 float indexToValue(size_t index) const;
ProximitySensor.cpp 62 mPendingEvent.distance = indexToValue(absinfo.value);
121 mPendingEvent.distance = indexToValue(event->value);
141 float ProximitySensor::indexToValue(size_t index) const

Completed in 298 milliseconds