Searched refs:getDelay (Results 1 - 25 of 29) sorted by relevance

12

/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensor.hpp115 int64_t getDelay() { return delay; } function in class:Sensor
H A DAcquisitionThread.cpp75 timestamp += sensor->getDelay();
/hardware/akm/AK8975_FS/libsensors/
H A DAdxlSensor.h51 virtual int64_t getDelay(int32_t handle);
H A DAkmSensor.h49 virtual int64_t getDelay(int32_t handle);
H A DKionixSensor.h51 virtual int64_t getDelay(int32_t handle);
H A DSensorBase.h64 virtual int64_t getDelay(int32_t handle);
H A DSensorBase.cpp101 int64_t SensorBase::getDelay(int32_t handle) {
H A DAdxlSensor.cpp169 int64_t AdxlSensor::getDelay(int32_t handle) function in class:AdxlSensor
H A DKionixSensor.cpp146 int64_t KionixSensor::getDelay(int32_t handle) function in class:KionixSensor
H A DAkmSensor.cpp175 int64_t AkmSensor::getDelay(int32_t handle) function in class:AkmSensor
H A Dsensors.cpp260 int64_t cur = mSensors[drv]->getDelay(handle);
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.h49 virtual int64_t getDelay(int32_t handle);
H A DCompassSensor.AKM.cpp108 int64_t CompassSensor::getDelay(int32_t handle) function in class:CompassSensor
113 return mCompassSensor->getDelay(handle);
H A DCompassSensor.IIO.9150.h48 virtual int64_t getDelay(int32_t handle);
H A DPressureSensor.IIO.secondary.h47 virtual int64_t getDelay(int32_t handle);
H A DCompassSensor.IIO.primary.h51 virtual int64_t getDelay(int32_t handle);
H A DPressureSensor.IIO.secondary.cpp140 int64_t PressureSensor::getDelay(int32_t handle) function in class:PressureSensor
H A DCompassSensor.IIO.9150.cpp284 int64_t CompassSensor::getDelay(int32_t handle) function in class:CompassSensor
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.h49 virtual int64_t getDelay(int32_t handle);
H A DCompassSensor.AKM.cpp108 int64_t CompassSensor::getDelay(int32_t handle) function in class:CompassSensor
113 return mCompassSensor->getDelay(handle);
H A DCompassSensor.IIO.9150.h48 virtual int64_t getDelay(int32_t handle);
H A DPressureSensor.IIO.secondary.h47 virtual int64_t getDelay(int32_t handle);
H A DCompassSensor.IIO.primary.h51 virtual int64_t getDelay(int32_t handle);
H A DPressureSensor.IIO.secondary.cpp141 int64_t PressureSensor::getDelay(int32_t handle) function in class:PressureSensor
H A DCompassSensor.IIO.9150.cpp282 int64_t CompassSensor::getDelay(int32_t handle) function in class:CompassSensor

Completed in 274 milliseconds

12