Searched refs:hasPendingEvents (Results 1 – 12 of 12) sorted by relevance
46 virtual bool hasPendingEvents() const;
50 virtual bool hasPendingEvents() const;
93 bool ProximitySensor::hasPendingEvents() const in hasPendingEvents() function in ProximitySensor
112 bool LightSensor::hasPendingEvents() const in hasPendingEvents() function in LightSensor
49 virtual bool hasPendingEvents() const;
86 bool SensorBase::hasPendingEvents() const { in hasPendingEvents() function in SensorBase
262 if ((mPollFds[i].revents & (POLLIN | POLLPRI)) || (sensor->hasPendingEvents())) { in pollEvents()
61 virtual bool hasPendingEvents() const;
105 bool SensorBase::hasPendingEvents() const { in hasPendingEvents() function in SensorBase
119 virtual bool hasPendingEvents() const;
705 if ((mPollFds[i].revents & POLLIN) || (sensor->hasPendingEvents())) { in pollEvents()
993 bool CwMcuSensor::hasPendingEvents() const { in hasPendingEvents() function in CwMcuSensor