Home
last modified time | relevance | path

Searched refs:getMinInterval (Results 1 – 6 of 6) sorted by relevance

/system/chre/core/
Dsensor.cc61 uint64_t Sensor::getMinInterval() const { in getMinInterval() function in chre::Sensor
62 return isValid() ? mPlatformSensor->getMinInterval() : in getMinInterval()
Dsensor_request_manager.cc40 } else if (requestedInterval < sensor.getMinInterval()) { in isSensorRequestValid()
44 requestedInterval, sensor.getMinInterval()); in isSensorRequestValid()
216 sensor.getMinInterval(); in getSensorInfo()
/system/chre/core/include/chre/core/
Dsensor.h74 uint64_t getMinInterval() const;
/system/chre/platform/include/chre/platform/
Dplatform_sensor.h101 uint64_t getMinInterval() const;
/system/chre/platform/linux/
Dplatform_sensor.cc54 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval() function in chre::PlatformSensor
/system/chre/platform/slpi/
Dplatform_sensor.cc946 this->calType, this->getMinInterval(), sensorRequest); in setRequest()
976 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval() function in chre::PlatformSensor