Searched defs:sensors_poll_context_t (Results 1 – 1 of 1) sorted by relevance
587 struct sensors_poll_context_t { struct590 sensors_poll_context_t(); argument599 enum {605 static const size_t wake = numFds - 1;606 static const char WAKE_MESSAGE = 'W';607 struct pollfd mPollFds[numFds];608 int mWritePipeFd;609 SensorBase* mSensors[numSensorDrivers];611 int handleToDriver(int handle) const { in handleToDriver()651 sensors_poll_context_t::sensors_poll_context_t() in sensors_poll_context_t() function in sensors_poll_context_t