Searched refs:getMaxDelay (Results 1 – 13 of 13) sorted by relevance
159 if (s.getMaxDelay() > 0) { in dump()160 result.appendFormat("minRate=%.2fHz | ", 1e6f / s.getMaxDelay()); in dump()162 result.appendFormat("maxDelay=%" PRId32 "us | ", s.getMaxDelay()); in dump()252 proto->write(MAX_DELAY_US, s.getMaxDelay()); in dump()
1760 nsecs_t maxDelayNs = sensor->getSensor().getMaxDelay() * 1000LL; in enable()
47 a.getMaxDelay() == b.getMaxDelay () && in sensorsMatch()
951 this.mMaxDelay = sensorInfo.getMaxDelay(); in Sensor()1090 public int getMaxDelay() { in getMaxDelay() method in Sensor
51 dst.maxDelay = src.getMaxDelay(); in convertSensor()
89 int32_t getMaxDelay() const;
184 public int getMaxDelay() { in getMaxDelay() method in InputSensorInfo
423 int32_t Sensor::getMaxDelay() const { in getMaxDelay() function in android::Sensor
166 TimeUnit.MICROSECONDS.toMillis(mSensor.getMaxDelay())); in validate()
182 env->SetIntField(sensor, sensorOffsets.maxDelay, nativeSensor.getMaxDelay()); in translateNativeSensorToJavaSensor()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
17507 method public int getMaxDelay();
12369 method public int getMaxDelay();