Home
last modified time | relevance | path

Searched refs:hasPendingEvents (Results 1 – 12 of 12) sorted by relevance

/device/lge/hammerhead/libsensors/
DProximitySensor.h46 virtual bool hasPendingEvents() const;
DLightSensor.h50 virtual bool hasPendingEvents() const;
DProximitySensor.cpp93 bool ProximitySensor::hasPendingEvents() const in hasPendingEvents() function in ProximitySensor
DLightSensor.cpp112 bool LightSensor::hasPendingEvents() const in hasPendingEvents() function in LightSensor
/device/samsung/manta/libsensors/
DSensorBase.h49 virtual bool hasPendingEvents() const;
DSensorBase.cpp86 bool SensorBase::hasPendingEvents() const { in hasPendingEvents() function in SensorBase
Dsensors.cpp262 if ((mPollFds[i].revents & (POLLIN | POLLPRI)) || (sensor->hasPendingEvents())) { in pollEvents()
/device/htc/flounder/sensor_hub/libsensors/
DSensorBase.h61 virtual bool hasPendingEvents() const;
DSensorBase.cpp105 bool SensorBase::hasPendingEvents() const { in hasPendingEvents() function in SensorBase
DCwMcuSensor.h119 virtual bool hasPendingEvents() const;
Dsensors.cpp705 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) { in pollEvents()
DCwMcuSensor.cpp993 bool CwMcuSensor::hasPendingEvents() const { in hasPendingEvents() function in CwMcuSensor