Searched refs:maxReportDelayNs_ (Results 1 – 6 of 6) sorted by relevance
28 …:pid_(pid), sensorId_(sensorId), samplingPeriodNs_(samplingPeriodNs), maxReportDelayNs_(maxReportD… in ActiveInfo()63 return maxReportDelayNs_; in GetMaxReportDelayNs()68 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()85 if (!parcel.WriteInt64(maxReportDelayNs_)) { in Marshalling()
20 SensorBasicInfo::SensorBasicInfo() : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(fal… in SensorBasicInfo()35 return maxReportDelayNs_; in GetMaxReportDelayNs()40 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()
21 : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(SENSOR_DISABLED) in MedicalSensorBasicInfo()36 return maxReportDelayNs_; in GetMaxReportDelayNs()41 maxReportDelayNs_ = maxReportDelayNs; in SetMaxReportDelayNs()
38 int64_t maxReportDelayNs_; variable
43 int64_t maxReportDelayNs_ { -1 };
42 int64_t maxReportDelayNs_; variable