HomeSort by relevance Sort by last modified time
    Searched defs:RateLevel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/
SensorDirectChannel.java 73 public @interface RateLevel {}
148 * rateLevel other than {@link android.hardware.SensorDirectChannel#RATE_STOP}. Sensor events
176 * To stop a sensor, call this function with rateLevel equal {@link
182 * @param rateLevel rate level defined in {@link android.hardware.SensorDirectChannel}.
188 public int configure(Sensor sensor, @RateLevel int rateLevel) {
189 return mManager.configureDirectChannelImpl(this, sensor, rateLevel);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 763 milliseconds