Home | History | Annotate | Download | only in libsensors

Lines Matching refs:LightSensor

27 #include "LightSensor.h"
31 LightSensor::LightSensor()
43 LightSensor::~LightSensor()
47 int LightSensor::setInitialState()
52 int LightSensor::setDelay(int32_t handle, int64_t ns)
71 int LightSensor::enable(int32_t handle, int en)
112 bool LightSensor::hasPendingEvents() const
117 int LightSensor::readEvents(sensors_event_t* data, int count)
153 ALOGE("LightSensor: unknown event (type=%d, code=%d)",
162 float LightSensor::indexToValue(size_t index) const