OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexToValue
(Results
1 - 2
of
2
) 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);
LightSensor.cpp
46
mPendingEvent.light =
indexToValue
(event->value);
54
float LightSensor::
indexToValue
(size_t index) const {
Completed in 42 milliseconds