Home
last modified time | relevance | path

Searched refs:DEVICE_CATEGORY_CNT (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DGains.h61 static const VolumeCurvePoint *sVolumeProfiles[AUDIO_STREAM_CNT][Volume::DEVICE_CATEGORY_CNT];
DEngine.cpp92 for (int j = 0; j < Volume::DEVICE_CATEGORY_CNT; j++) { in initializeVolumeCurves()
138 for (int j = 0; j < Volume::DEVICE_CATEGORY_CNT; j++) { in setPhoneState()
144 for (int j = 0; j < Volume::DEVICE_CATEGORY_CNT; j++) { in setPhoneState()
DGains.cpp117 [Volume::DEVICE_CATEGORY_CNT] = {
/frameworks/av/services/audiopolicy/common/include/
DVolume.h60 DEVICE_CATEGORY_CNT enumerator
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h51 const VolumeCurvePoint *mVolumeCurve[Volume::DEVICE_CATEGORY_CNT];
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DVolumeProfile.cpp39 if (categoryKey >= Volume::DEVICE_CATEGORY_CNT) { in VolumeProfile()