HomeSort by relevance Sort by last modified time
    Searched refs:SensorList (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/sensorservice/
SensorList.cpp 17 #include "SensorList.h"
27 const Sensor SensorList::mNonSensor = Sensor("unknown");
29 bool SensorList::add(
42 bool SensorList::remove(int handle) {
52 String8 SensorList::getName(int handle) const {
58 sp<SensorInterface> SensorList::getInterface(int handle) const {
64 bool SensorList::isNewHandle(int handle) const {
69 const Vector<Sensor> SensorList::getUserSensors() const {
82 const Vector<Sensor> SensorList::getUserDebugSensors() const {
95 const Vector<Sensor> SensorList::getDynamicSensors() const
    [all...]
SensorList.h 37 class SensorList : public Dumpable {
39 // After SensorInterface * is added into SensorList, it can be assumed that SensorList own the
66 // SensorList object on which forEachSensor is invoked.
75 virtual ~SensorList();
95 // same SensorList object on which forEachSensor is invoked.
108 void SensorList::forEachSensor(const TF& f) const {
114 void SensorList::forEachEntry(const TF& f) const {
125 T SensorList::getOne(int handle, const TF& accessor, T def) const {
Android.mk 18 SensorList.cpp \
SensorService.h 20 #include "SensorList.h"
219 void makeUuidsIntoIdsForSensorList(Vector<Sensor> &sensorList) const;
231 SensorList mSensors;
  /packages/services/Car/tools/
update-obd2-sensors.py 28 class SensorList(object):
143 sensorList = dct['sensorList']
149 sensorList.addSensor(self)
158 sensorList.sensorClass = newClass
161 intSensors = SensorList(descriptor="Integer")
162 floatSensors = SensorList(descriptor="Float")
165 sensorList = intSensors
168 sensorList = floatSensors

Completed in 210 milliseconds