Home
last modified time | relevance | path

Searched refs:OPTION_FLAG_CLOCK_TIME (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
DVolumeShaper.java314 OPTION_FLAG_CLOCK_TIME,
341 public static final int OPTION_FLAG_CLOCK_TIME = (1 << 1); field in VolumeShaper.Configuration
344 OPTION_FLAG_VOLUME_IN_DBFS | OPTION_FLAG_CLOCK_TIME;
773 private int mOptionFlags = OPTION_FLAG_CLOCK_TIME;
/frameworks/av/include/media/
DVolumeShaper.h118 OPTION_FLAG_CLOCK_TIME = (1 << 1), enumerator
120 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()
/frameworks/base/services/core/java/com/android/server/audio/
DPlaybackActivityMonitor.java62 .setOptionFlags(VolumeShaper.Configuration.OPTION_FLAG_CLOCK_TIME)
/frameworks/av/services/audioflinger/
DTracks.cpp1210 if ((optionFlag & VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME) == 0) { in applyVolumeShaper()
1218 | VolumeShaper::Configuration::OPTION_FLAG_CLOCK_TIME)); in applyVolumeShaper()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45039 Landroid/media/VolumeShaper$Configuration;->OPTION_FLAG_CLOCK_TIME:I