/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.AKM.cpp | 108 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor 113 return mCompassSensor->getDelay(handle); in getDelay()
|
D | PressureSensor.IIO.secondary.h | 47 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.AKM.h | 49 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.IIO.9150.h | 48 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.IIO.primary.h | 51 virtual int64_t getDelay(int32_t handle);
|
D | PressureSensor.IIO.secondary.cpp | 140 int64_t PressureSensor::getDelay(int32_t handle) in getDelay() function in PressureSensor
|
D | CompassSensor.IIO.9150.cpp | 284 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor
|
D | CompassSensor.IIO.primary.cpp | 394 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor
|
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.AKM.cpp | 108 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor 113 return mCompassSensor->getDelay(handle); in getDelay()
|
D | PressureSensor.IIO.secondary.h | 47 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.AKM.h | 49 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.IIO.9150.h | 48 virtual int64_t getDelay(int32_t handle);
|
D | CompassSensor.IIO.primary.h | 51 virtual int64_t getDelay(int32_t handle);
|
D | PressureSensor.IIO.secondary.cpp | 141 int64_t PressureSensor::getDelay(int32_t handle) in getDelay() function in PressureSensor
|
D | CompassSensor.IIO.9150.cpp | 282 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor
|
D | CompassSensor.IIO.primary.cpp | 394 int64_t CompassSensor::getDelay(int32_t handle) in getDelay() function in CompassSensor
|
/hardware/akm/AK8975_FS/libsensors/ |
D | AdxlSensor.h | 51 virtual int64_t getDelay(int32_t handle);
|
D | KionixSensor.h | 51 virtual int64_t getDelay(int32_t handle);
|
D | AkmSensor.h | 49 virtual int64_t getDelay(int32_t handle);
|
D | SensorBase.h | 64 virtual int64_t getDelay(int32_t handle);
|
D | SensorBase.cpp | 101 int64_t SensorBase::getDelay(int32_t handle) { in getDelay() function in SensorBase
|
D | KionixSensor.cpp | 146 int64_t KionixSensor::getDelay(int32_t handle) in getDelay() function in KionixSensor
|
D | AdxlSensor.cpp | 169 int64_t AdxlSensor::getDelay(int32_t handle) in getDelay() function in AdxlSensor
|
D | AkmSensor.cpp | 175 int64_t AkmSensor::getDelay(int32_t handle) in getDelay() function in AkmSensor
|
D | sensors.cpp | 260 int64_t cur = mSensors[drv]->getDelay(handle); in setDelay_sub()
|