/hardware/akm/AK8975_FS/libsensors/ |
D | sensors.cpp | 133 int setDelay(int handle, int64_t ns); 134 int setDelay_sub(int handle, int64_t ns); 156 int proxy_setDelay(int handle, int64_t ns); 238 int sensors_poll_context_t::setDelay(int handle, int64_t ns) { in setDelay() argument 247 setDelay_sub(ID_A, ns); in setDelay() 248 setDelay_sub(ID_M, ns); in setDelay() 254 return setDelay_sub(handle, ns); in setDelay() 257 int sensors_poll_context_t::setDelay_sub(int handle, int64_t ns) { in setDelay_sub() argument 265 if (cur != ns) { in setDelay_sub() 266 err = mSensors[drv]->setDelay(handle, ns); in setDelay_sub() [all …]
|
D | AkmSensor.cpp | 136 int AkmSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 143 if (ns < -1 || 2147483647 < ns) { in setDelay() 144 ALOGE("AkmSensor: invalid delay (%" PRIi64 ")", ns); in setDelay() 163 if (ns != mDelay[id]) { in setDelay() 164 bytes = sprintf(buffer, "%" PRIi64, ns); in setDelay() 167 mDelay[id] = ns; in setDelay() 169 &input_sysfs_path[input_sysfs_path_len], ns/1000000.0f); in setDelay()
|
D | KionixSensor.h | 49 virtual int setDelay(int32_t handle, int64_t ns);
|
D | AdxlSensor.h | 49 virtual int setDelay(int32_t handle, int64_t ns);
|
D | AkmSensor.h | 47 virtual int setDelay(int32_t handle, int64_t ns);
|
D | SensorBase.h | 63 virtual int setDelay(int32_t handle, int64_t ns);
|
/hardware/invensense/65xx/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 102 int PressureSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 108 mDelay = int(1000000000.f / ns); in setDelay() 114 int t_poll_time = (int)(ns / 1000000LL); in setDelay() 121 "HAL:setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f/ns); in setDelay()
|
D | CompassSensor.IIO.9150.cpp | 149 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 156 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 157 mDelay = ns; in setDelay() 158 if (ns == 0) in setDelay() 161 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | CompassSensor.AKM.cpp | 84 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 89 return mCompassSensor->setDelay(handle, ns); in setDelay()
|
D | sensors_mpl.cpp | 92 int setDelay(int handle, int64_t ns); 198 int sensors_poll_context_t::setDelay(int handle, int64_t ns) in setDelay() argument 201 return mSensor->setDelay(handle, ns); in setDelay() 352 int handle, int64_t ns) in poll__setDelay() argument 355 int s= ctx->setDelay(handle, ns); in poll__setDelay()
|
D | CompassSensor.IIO.primary.cpp | 284 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 290 mDelay = ns; in setDelay() 291 if (ns == 0) in setDelay() 295 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 296 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | PressureSensor.IIO.secondary.h | 45 virtual int setDelay(int32_t handle, int64_t ns);
|
D | CompassSensor.AKM.h | 47 virtual int setDelay(int32_t handle, int64_t ns);
|
D | CompassSensor.IIO.9150.h | 46 virtual int setDelay(int32_t handle, int64_t ns);
|
D | MPLSensor.cpp | 2338 int64_t ns; in setBatch() local 2345 ns = mBatchTimeouts[i]; in setBatch() 2346 timeout = (ns < timeout) ? ns : timeout; in setBatch() 3063 int MPLSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 3089 if (ns < 0) in setDelay() 3093 "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns); in setDelay() 3096 if (ns < 5000000LL) { in setDelay() 3097 ns = 5000000LL; in setDelay() 3102 mDelays[what] = ns; in setDelay() 3103 … LOGV_IF(ENG_VERBOSE, "storing mDelays[%d] = %lld, previousDelay = %lld", what, ns, previousDelay); in setDelay() [all …]
|
D | CompassSensor.IIO.primary.h | 49 virtual int setDelay(int32_t handle, int64_t ns);
|
D | SensorBase.h | 94 virtual int setDelay(int32_t handle, int64_t ns);
|
/hardware/invensense/6515/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 101 int PressureSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 107 mDelay = int(1000000000.f / ns); in setDelay() 113 int t_poll_time = (int)(ns / 1000000LL); in setDelay() 120 "HAL:setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f/ns); in setDelay()
|
D | CompassSensor.IIO.9150.cpp | 151 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 158 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 159 mDelay = ns; in setDelay() 160 if (ns == 0) in setDelay() 163 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | CompassSensor.AKM.cpp | 84 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 89 return mCompassSensor->setDelay(handle, ns); in setDelay()
|
D | CompassSensor.IIO.primary.cpp | 284 int CompassSensor::setDelay(int32_t handle, int64_t ns) in setDelay() argument 290 mDelay = ns; in setDelay() 291 if (ns == 0) in setDelay() 295 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 296 res = write_attribute_sensor(tempFd, 1000000000.f / ns); in setDelay()
|
D | PressureSensor.IIO.secondary.h | 45 virtual int setDelay(int32_t handle, int64_t ns);
|
D | CompassSensor.IIO.9150.h | 46 virtual int setDelay(int32_t handle, int64_t ns);
|
D | CompassSensor.IIO.primary.h | 49 virtual int setDelay(int32_t handle, int64_t ns);
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFooCallback.hal | 29 // Block the caller for up to ns nanosesonds and return the number 45 reportResults(int64_t ns) generates (int64_t leftNs, InvokeInfo[3] invokeInfo);
|