Searched refs:LightSensor (Results 1 - 12 of 12) sorted by relevance

/device/samsung/tuna/libsensors/
H A DLightSensor.h33 class LightSensor:public SamsungSensorBase { class in inherits:SamsungSensorBase
37 LightSensor();
H A DLightSensor.cpp27 #include "LightSensor.h"
29 LightSensor::LightSensor() function in class:LightSensor
36 bool LightSensor::handleEvent(input_event const *event) {
H A DAndroid.mk33 LightSensor.cpp \
H A Dsensors.cpp39 #include "LightSensor.h"
201 mSensors[light] = new LightSensor();
/device/moto/stingray/sensors/
H A DLightSensor.h33 class LightSensor : public SensorBase { class in inherits:SensorBase
42 LightSensor();
43 virtual ~LightSensor();
H A DLightSensor.cpp29 #include "LightSensor.h"
33 LightSensor::LightSensor() function in class:LightSensor
45 LightSensor::~LightSensor() {
48 int LightSensor::enable(int32_t, int en) {
68 bool LightSensor::hasPendingEvents() const {
72 int LightSensor::readEvents(sensors_event_t* data, int count)
108 ALOGE("LightSensor: unknown event (type=%d, code=%d)",
118 float LightSensor
[all...]
H A DAndroid.mk31 LightSensor.cpp \
H A Dnusensors.cpp33 #include "LightSensor.h"
93 mSensors[light] = new LightSensor();
/device/samsung/crespo/libsensors/
H A DLightSensor.h33 class LightSensor : public SensorBase { class in inherits:SensorBase
44 LightSensor();
45 virtual ~LightSensor();
H A DLightSensor.cpp26 #include "LightSensor.h"
30 LightSensor::LightSensor() function in class:LightSensor
50 LightSensor::~LightSensor() {
56 int LightSensor::setDelay(int32_t handle, int64_t ns)
71 int LightSensor::enable(int32_t handle, int en)
97 bool LightSensor::hasPendingEvents() const {
101 int LightSensor::readEvents(sensors_event_t* data, int count)
139 ALOGE("LightSensor
[all...]
H A DAndroid.mk32 LightSensor.cpp \
H A Dsensors.cpp36 #include "LightSensor.h"
171 mSensors[light] = new LightSensor();

Completed in 169 milliseconds