Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2275 audio_devices_t curDevice = Volume::getDeviceForVolume(desc->device()); in setStreamVolumeIndex() local
2294 applyVolume = (curDevice & curStreamDevice) != 0; in setStreamVolumeIndex()
2305 checkAndSetVolume((audio_stream_type_t)curStream, index, desc, curDevice, in setStreamVolumeIndex()
5108 audio_devices_t curDevice = getDeviceForStrategy((routing_strategy)i, false /*fromCache*/); in loadConfig() local
5109 curDevice = curDevice & outputDesc->supportedDevices(); in loadConfig()
5110 bool mute = shouldMute && (curDevice & device) && (curDevice != device); in loadConfig()
5129 mute ? "muting" : "unmuting", i, curDevice); in loadConfig()