/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 | 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 | 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 | 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 | 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.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);
|
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 | sensors_mpl.cpp | 115 int setDelay(int handle, int64_t ns); 207 int sensors_poll_context_t::setDelay(int handle, int64_t ns) in setDelay() argument 210 return mSensor->setDelay(handle, ns); in setDelay() 407 int handle, int64_t ns) in poll__setDelay() argument 410 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 | CompassSensor.IIO.primary.h | 49 virtual int setDelay(int32_t handle, int64_t ns);
|
D | SensorBase.h | 95 virtual int setDelay(int32_t handle, int64_t ns);
|
D | MPLSensor.cpp | 2546 int64_t ns = 0; local 2553 ns = mBatchTimeouts[i]; 2554 timeout = (ns < timeout) ? ns : timeout; 3415 int MPLSensor::setDelay(int32_t handle, int64_t ns) argument 3441 if (ns < 0) 3445 "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns); 3448 if (ns < 5000000LL) { 3449 ns = 5000000LL; 3454 mDelays[what] = ns; 3455 … LOGV_IF(ENG_VERBOSE, "storing mDelays[%d] = %lld, previousDelay = %lld", what, ns, previousDelay); [all …]
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | locker.h | 151 uint64_t ns = (uint64_t)ts.tv_nsec + (ms * 1000000L); in WaitFinite() local 152 ts.tv_sec = ts.tv_sec + (time_t)(ns / 1000000000L); in WaitFinite() 153 ts.tv_nsec = ns % 1000000000L; in WaitFinite()
|
/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);
|
/hardware/interfaces/tests/msgq/1.0/ |
D | IBenchmarkMsgQ.hal | 73 * This method sends a vector of time duration(in ns). 75 * Each entry is the number of ns between the epoch and a
|