Home | History | Annotate | Download | only in sensor

Lines Matching refs:Sensor

19 #include <sensor/SensorManager.h>
33 #include <sensor/ISensorServer.h>
34 #include <sensor/ISensorEventConnection.h>
35 #include <sensor/Sensor.h>
36 #include <sensor/SensorEventQueue.h>
81 // If we had no package name, we looked it up from the UID and the sensor
88 // Stash the per package sensor manager.
166 static_cast<Sensor const**>(malloc(count * sizeof(Sensor*)));
177 ssize_t SensorManager::getSensorList(Sensor const* const** list) {
187 ssize_t SensorManager::getDynamicSensorList(Vector<Sensor> & dynamicSensors) {
200 Sensor const* SensorManager::getDefaultSensor(int type)
205 // For the following sensor types, return a wake-up sensor. These types are by default
206 // defined as wake-up sensors. For the rest of the sensor types defined in sensors.h return
215 // For now we just return the first sensor of that type we find.