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

  /frameworks/native/services/sensorservice/
SensorList.h 66 // SensorList object on which forEachSensor is invoked.
68 void forEachSensor(const TF& f) const;
95 // same SensorList object on which forEachSensor is invoked.
108 void SensorList::forEachSensor(const TF& f) const {
SensorList.cpp 124 forEachSensor([&result] (const Sensor& s) -> bool {
SensorService.cpp 226 mSensors.forEachSensor(
    [all...]

Completed in 604 milliseconds