Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
DVolume.h71 static audio_devices_t getDeviceForVolume(audio_devices_t device) in getDeviceForVolume() function
119 switch(getDeviceForVolume(device)) { in getDeviceCategory()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DVolumeCurve.h89 device = Volume::getDeviceForVolume(device); in getVolumeIndex()
109 device = Volume::getDeviceForVolume(device); in hasVolumeIndexForDevice()
DStreamDescriptor.h43 device = Volume::getDeviceForVolume(device); in hasVolumeIndexForDevice()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp48 device = Volume::getDeviceForVolume(device); in getVolumeIndex()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2275 audio_devices_t curDevice = Volume::getDeviceForVolume(desc->device()); in setStreamVolumeIndex()
2285 audio_devices_t curStreamDevice = Volume::getDeviceForVolume(getDeviceForStrategy( in setStreamVolumeIndex()
2331 device = Volume::getDeviceForVolume(device); in getStreamVolumeIndex()
5605 } else if ((Volume::getDeviceForVolume(device) != AUDIO_DEVICE_OUT_SPEAKER) || in loadConfig()