Searched defs:sensors_poll_context_t (Results 1 – 3 of 3) sorted by relevance
107 struct sensors_poll_context_t { struct110 sensors_poll_context_t(); argument118 bool isValid() { return mInitialized; }; in isValid()122 enum {134 static const size_t wake = numFds - 1;135 static const char WAKE_MESSAGE = 'W';136 struct pollfd mPollFds[numFds];137 int mWritePipeFd;138 SensorBase *mSensor[numSensorDrivers];139 CompassSensor *mCompassSensor;[all …]
105 struct sensors_poll_context_t { struct108 sensors_poll_context_t(); argument115 bool isValid() { return mInitialized; }; in isValid()119 bool mInitialized;121 enum {133 static const size_t wake = numFds - 1;134 static const char WAKE_MESSAGE = 'W';135 struct pollfd mPollFds[numFds];136 int mWritePipeFd;137 SensorBase* mSensors[numSensorDrivers];[all …]
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