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

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java691 * events can be stored in the hardware FIFO up to {@code maxReportLatencyUs} microseconds. Once
696 * When {@code maxReportLatencyUs} is 0, the call is equivalent to a call to
703 * Setting {@code maxReportLatencyUs} to a positive value allows to reduce the number of
727 * @param maxReportLatencyUs Maximum time in microseconds that events can be delayed before
729 * consumption associated with the sensor. If maxReportLatencyUs is set to zero,
738 int samplingPeriodUs, int maxReportLatencyUs) {
740 return registerListenerImpl(listener, sensor, delay, null, maxReportLatencyUs, 0);
793 * @param maxReportLatencyUs Maximum time in microseconds that events can be delayed before
795 * consumption associated with the sensor. If maxReportLatencyUs is set to zero,
804 int maxReportLatencyUs, Handle
737 registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs) argument
803 registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs, int maxReportLatencyUs, Handler handler) argument
810 registerListenerImpl(SensorEventListener listener, Sensor sensor, int delayUs, Handler handler, int maxReportLatencyUs, int reservedFlags) argument
[all...]

Completed in 320 milliseconds