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

/frameworks/base/media/java/android/media/
H A DVolumeShaper.java312 OPTION_FLAG_CLOCK_TIME,
336 * The {@code OPTION_FLAG_CLOCK_TIME} option allows the {@code VolumeShaper}
339 public static final int OPTION_FLAG_CLOCK_TIME = (1 << 1); field in class:VolumeShaper.Configuration
342 OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME;
763 private int mOptionFlags = OPTION_FLAG_CLOCK_TIME;

Completed in 60 milliseconds