Searched defs:SensorList (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorList.cpp17 #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
[all...]
H A DSensorList.h37 class SensorList : public Dumpable { class in namespace:android::SensorServiceUtil
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 {

Completed in 79 milliseconds