Searched refs:getMaxDelay (Results 1 – 11 of 11) sorted by relevance
150 if (s.getMaxDelay() > 0) { in dump()151 result.appendFormat("minRate=%.2fHz | ", 1e6f / s.getMaxDelay()); in dump()153 result.appendFormat("maxDelay=%" PRId32 "us | ", s.getMaxDelay()); in dump()
1253 nsecs_t maxDelayNs = sensor->getSensor().getMaxDelay() * 1000LL; in enable()
47 a.getMaxDelay() == b.getMaxDelay () && in sensorsMatch()
89 int32_t getMaxDelay() const;
51 dst.maxDelay = src.getMaxDelay(); in convertSensor()
1028 public int getMaxDelay() { in getMaxDelay() method in Sensor
399 int32_t Sensor::getMaxDelay() const { in getMaxDelay() function in android::Sensor
182 env->SetIntField(sensor, sensorOffsets.maxDelay, nativeSensor.getMaxDelay()); in translateNativeSensorToJavaSensor()
12369 method public int getMaxDelay();
14744 method public int getMaxDelay();
15524 method public int getMaxDelay();