Searched refs:OPTION_FLAG_CLOCK_TIME (Results 1 – 6 of 6) sorted by relevance
123 OPTION_FLAG_CLOCK_TIME = (1 << 1), enumerator125 OPTION_FLAG_ALL = (OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME),355 if (getOptionFlags() & OPTION_FLAG_CLOCK_TIME) { in getOptionFlagsAsAidl()367 options |= OPTION_FLAG_CLOCK_TIME; in setOptionFlagsFromAidl()762 & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) != 0; in getVolume()978 & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) != 0; in applyVolumeShaper()
315 OPTION_FLAG_CLOCK_TIME,342 public static final int OPTION_FLAG_CLOCK_TIME = (1 << 1); field in VolumeShaper.Configuration345 OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME;627 result |= OPTION_FLAG_CLOCK_TIME; in optionFlagsFromAidl()637 if ((flags & OPTION_FLAG_CLOCK_TIME) != 0) { in optionFlagsToAidl()871 private int mOptionFlags = OPTION_FLAG_CLOCK_TIME;
57 .setOptionFlags(VolumeShaper.Configuration.OPTION_FLAG_CLOCK_TIME)
63 .setOptionFlags(VolumeShaper.Configuration.OPTION_FLAG_CLOCK_TIME)
1357 if ((optionFlag & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) == 0) { in applyVolumeShaper()1365 | VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME)); in applyVolumeShaper()
34704 Landroid/media/VolumeShaper$Configuration;->OPTION_FLAG_CLOCK_TIME:I