HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SCALE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/
android_media_VolumeShaper.h 114 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) {
153 if (configuration->getType() == VolumeShaper::Configuration::TYPE_SCALE) {
  /frameworks/av/include/media/
VolumeShaper.h 111 TYPE_SCALE,
129 , mType(TYPE_SCALE)
151 case TYPE_SCALE:
786 case VolumeShaper::Configuration::TYPE_SCALE: {
    [all...]
  /frameworks/base/media/java/android/media/
VolumeShaper.java 250 TYPE_SCALE,
270 /* package */ static final int TYPE_SCALE = 1;
421 // valid when mType is TYPE_SCALE
761 private int mType = TYPE_SCALE;
    [all...]
  /frameworks/av/media/libmediaplayer2/
JAudioTrack.cpp 558 if (config->getType() == media::VolumeShaper::Configuration::TYPE_SCALE) {

Completed in 102 milliseconds