Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/include/
H A DVolume.h36 static const VolumeSource VOLUME_SOURCE_NONE = static_cast<VolumeSource>(VOLUME_GROUP_NONE); variable
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h188 bool isActive(VolumeSource volumeSource = VOLUME_SOURCE_NONE,
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp134 return (vs == VOLUME_SOURCE_NONE) ? in isActive()