Searched defs:maxReportLatencyUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java694 * events can be stored in the hardware FIFO up to {@code maxReportLatencyUs} microseconds. Once
699 * When {@code maxReportLatencyUs} is 0, the call is equivalent to a call to
706 * Setting {@code maxReportLatencyUs} to a positive value allows to reduce the number of
730 * @param maxReportLatencyUs Maximum time in microseconds that events can be delayed before
732 * consumption associated with the sensor. If maxReportLatencyUs is set to zero,
741 int samplingPeriodUs, int maxReportLatencyUs) {
743 return registerListenerImpl(listener, sensor, delay, null, maxReportLatencyUs, 0);
796 * @param maxReportLatencyUs Maximum time in microseconds that events can be delayed before
798 * consumption associated with the sensor. If maxReportLatencyUs is set to zero,
807 int maxReportLatencyUs, Handle
740 registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs) argument
806 registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs, Handler handler) argument
813 registerListenerImpl(SensorEventListener listener, Sensor sensor, int delayUs, Handler handler, int maxReportLatencyUs, int reservedFlags) argument
[all...]

Completed in 146 milliseconds