summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/AudioPolicyManager.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-03-27 01:22:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-27 01:22:34 +0000
commit2347c7b0502f5f71d2f0e22d39f1d5a61add3f6b (patch)
tree6a1902c2f1bbb9c1283d3689e12b251ccdae8c4e /services/audiopolicy/AudioPolicyManager.h
parentec31c8d17f587cba01d5516ccd336aa54323c668 (diff)
parent1b512c05f46465a7b1a1d69f82937d7199d5d926 (diff)
downloadframeworks_av-2347c7b0502f5f71d2f0e22d39f1d5a61add3f6b.zip
frameworks_av-2347c7b0502f5f71d2f0e22d39f1d5a61add3f6b.tar.gz
frameworks_av-2347c7b0502f5f71d2f0e22d39f1d5a61add3f6b.tar.bz2
Merge "audio policy: remove obsolete AudioPolicyManager class members"
Diffstat (limited to 'services/audiopolicy/AudioPolicyManager.h')
-rw-r--r--services/audiopolicy/AudioPolicyManager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/audiopolicy/AudioPolicyManager.h b/services/audiopolicy/AudioPolicyManager.h
index 4c366bd..0887fcf 100644
--- a/services/audiopolicy/AudioPolicyManager.h
+++ b/services/audiopolicy/AudioPolicyManager.h
@@ -30,7 +30,6 @@ namespace android {
// ----------------------------------------------------------------------------
-#define MAX_DEVICE_ADDRESS_LEN 20
// Attenuation applied to STRATEGY_SONIFICATION streams when a headset is connected: 6dB
#define SONIFICATION_HEADSET_VOLUME_FACTOR 0.5
// Min volume for STRATEGY_SONIFICATION streams when limited by music volume: -36dB
@@ -584,9 +583,6 @@ protected:
uint32_t mTotalEffectsMemory; // current memory used by effects
KeyedVector<int, EffectDescriptor *> mEffects; // list of registered audio effects
bool mA2dpSuspended; // true if A2DP output is suspended
- bool mHasA2dp; // true on platforms with support for bluetooth A2DP
- bool mHasUsb; // true on platforms with support for USB audio
- bool mHasRemoteSubmix; // true on platforms with support for remote presentation of a submix
sp<DeviceDescriptor> mDefaultOutputDevice; // output device selected by default at boot time
bool mSpeakerDrcEnabled;// true on devices that use DRC on the DEVICE_CATEGORY_SPEAKER path
// to boost soft sounds, used to adjust volume curves accordingly