Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
DVolume.h36 static const VolumeSource VOLUME_SOURCE_NONE = static_cast<VolumeSource>(VOLUME_GROUP_NONE); variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h193 bool isActive(VolumeSource volumeSource = VOLUME_SOURCE_NONE,
247 return VOLUME_SOURCE_NONE; in getVoiceSource()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp137 return (vs == VOLUME_SOURCE_NONE) ? in isActive()
574 if (callVolSrc != VOLUME_SOURCE_NONE) { in setVolume()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2701 outputDesc->useHwGain() && outputDesc->isAnyActive(VOLUME_SOURCE_NONE); in stopSource()
3791 return vs != VOLUME_SOURCE_NONE ? mOutputs.isActive(vs, inPastMs) : false; in isStreamActive()
3797 return vs != VOLUME_SOURCE_NONE ? mOutputs.isActiveRemotely(vs, inPastMs) : false; in isStreamActiveRemotely()
7657 if (ttsVolumeSource == VOLUME_SOURCE_NONE) { in setBeaconMute()
8313 isVoiceVolSrc = (volumeSource != VOLUME_SOURCE_NONE) && (callVolSrc == volumeSource); in isVolumeConsistentForCalls()
8314 isBtScoVolSrc = (volumeSource != VOLUME_SOURCE_NONE) && (btScoVolSrc == volumeSource); in isVolumeConsistentForCalls()
8352 if ((source != VOLUME_SOURCE_NONE) && in setStrategyMute()