Lines Matching refs:Sensor
31 #include <gui/Sensor.h>
77 // If we had no package name, we looked it up from the UID and the sensor
84 // Stash the per package sensor manager.
153 static_cast<Sensor const**>(malloc(count * sizeof(Sensor*)));
164 ssize_t SensorManager::getSensorList(Sensor const* const** list) {
174 ssize_t SensorManager::getDynamicSensorList(Vector<Sensor> & dynamicSensors) {
187 Sensor const* SensorManager::getDefaultSensor(int type)
192 // For the following sensor types, return a wake-up sensor. These types are by default
193 // defined as wake-up sensors. For the rest of the sensor types defined in sensors.h return
200 // For now we just return the first sensor of that type we find.