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.h196 bool isActive(VolumeSource volumeSource = VOLUME_SOURCE_NONE,
260 return VOLUME_SOURCE_NONE; in getVoiceSource()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp141 return (vs == VOLUME_SOURCE_NONE) ? in isActive()
556 if (callVolSrc != VOLUME_SOURCE_NONE && in setVolume()
626 if (callVolSrc != VOLUME_SOURCE_NONE) { in setVolume()
634 if (callVolSrc != VOLUME_SOURCE_NONE) { in setVolume()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2843 outputDesc->useHwGain() && outputDesc->isAnyActive(VOLUME_SOURCE_NONE); in stopSource()
4084 return vs != VOLUME_SOURCE_NONE ? mOutputs.isActive(vs, inPastMs) : false; in isStreamActive()
4090 return vs != VOLUME_SOURCE_NONE ? mOutputs.isActiveRemotely(vs, inPastMs) : false; in isStreamActiveRemotely()
8042 if (ttsVolumeSource == VOLUME_SOURCE_NONE) { in setBeaconMute()
8738 isVoiceVolSrc = (volumeSource != VOLUME_SOURCE_NONE) && (callVolSrc == volumeSource); in isVolumeConsistentForCalls()
8744 isBtScoVolSrc = (volumeSource != VOLUME_SOURCE_NONE) && (callVolSrc == volumeSource) && in isVolumeConsistentForCalls()
8750 isBtScoVolSrc = (volumeSource != VOLUME_SOURCE_NONE) && (btScoVolSrc == volumeSource); in isVolumeConsistentForCalls()
8787 if ((source != VOLUME_SOURCE_NONE) && in setStrategyMute()