Searched refs:OPTION_FLAG_CLOCK_TIME (Results 1 – 5 of 5) sorted by relevance
314 OPTION_FLAG_CLOCK_TIME,341 public static final int OPTION_FLAG_CLOCK_TIME = (1 << 1); field in VolumeShaper.Configuration344 OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME;773 private int mOptionFlags = OPTION_FLAG_CLOCK_TIME;
118 OPTION_FLAG_CLOCK_TIME = (1 << 1), enumerator120 OPTION_FLAG_ALL = (OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME),636 & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) != 0; in getVolume()852 & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) != 0; in applyVolumeShaper()
62 .setOptionFlags(VolumeShaper.Configuration.OPTION_FLAG_CLOCK_TIME)
1210 if ((optionFlag & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) == 0) { in applyVolumeShaper()1218 | VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME)); in applyVolumeShaper()
45039 Landroid/media/VolumeShaper$Configuration;->OPTION_FLAG_CLOCK_TIME:I