Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:getMinDelay

223             if (s.getMinDelay() > 0) {
225 "maxRate=%7.2fHz | ", 1e6f / s.getMinDelay());
227 result.append(s.getMinDelay() == 0
566 if (sensor->getSensor().getMinDelay() == 0) {