Searched refs:maxEventCount (Results 1 – 2 of 2) sorted by relevance
141 int32_t maxEventCount = it->second.GetFifoMaxEventCount(); in GetSensorInfo() local142 if ((samplingPeriodNs == 0) || (maxEventCount > (INT64_MAX / samplingPeriodNs))) { in GetSensorInfo()146 int64_t supportDelay = samplingPeriodNs * maxEventCount; in GetSensorInfo()
119 int32_t maxEventCount = it->second.GetFifoMaxEventCount(); in GetSensorInfo() local120 if ((samplingPeriodNs == 0) || (maxEventCount > (INT64_MAX / samplingPeriodNs))) { in GetSensorInfo()124 int64_t supportDelay = samplingPeriodNs * maxEventCount; in GetSensorInfo()