Home
last modified time | relevance | path

Searched refs:indexToValue (Results 1 – 6 of 6) sorted by relevance

/device/lge/hammerhead/libsensors/
DProximitySensor.h40 float indexToValue(size_t index) const;
DLightSensor.h44 float indexToValue(size_t index) const;
DProximitySensor.cpp143 float ProximitySensor::indexToValue(size_t index) const in indexToValue() function in ProximitySensor
DLightSensor.cpp162 float LightSensor::indexToValue(size_t index) const in indexToValue() function in LightSensor
/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.h97 float indexToValue(size_t index) const;
DCwMcuSensor.cpp554 float CwMcuSensor::indexToValue(size_t index) const { in indexToValue() function in CwMcuSensor
1235 mPendingEvents[sensorsid].light = indexToValue(data[0]); in processEvent()