Home
last modified time | relevance | path

Searched refs:VOLUME_SOURCE_NONE (Results 1 – 3 of 3) 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.h188 bool isActive(VolumeSource volumeSource = VOLUME_SOURCE_NONE,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp134 return (vs == VOLUME_SOURCE_NONE) ? in isActive()