Home
last modified time | relevance | path

Searched defs:samplingPeriodNs (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp243 const int64_t samplingPeriodNs, in batch()
483 const int64_t samplingPeriodNs = batchInfo.samplingPeriodNs; in batchThread() local
/device/generic/goldfish/sensors/include/
Dmultihal_sensors.h155 int64_t samplingPeriodNs = 0; member
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp170 Return<Result> SensorsSubHal::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() argument
DSensor.cpp88 void HWSensorBase::batch(int32_t samplingPeriodNs) { in batch()