Home
last modified time | relevance | path

Searched refs:TYPE_SCALE (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h112 TYPE_SCALE, enumerator
130 , mType(TYPE_SCALE) in Configuration()
152 case TYPE_SCALE: in setType()
787 case VolumeShaper::Configuration::TYPE_SCALE: { in applyVolumeShaper()
977 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in setIdIfNecessary()
/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h112 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in convertJobjectToConfiguration()
151 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) { in convertVolumeShaperToJobject()
/frameworks/base/media/java/android/media/
DVolumeShaper.java249 TYPE_SCALE,
269 /* package */ static final int TYPE_SCALE = 1; field in VolumeShaper.Configuration
760 private int mType = TYPE_SCALE;