Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h30 static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h161 bool hasDynamicFormat() const { return getProfileFor(gDynamicFormat) != 0; } in hasDynamicFormat()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp66 AudioProfile* dynamicProfile = new AudioProfile(gDynamicFormat, in createFullDynamicImpl()
541 sp<AudioProfile> dynamicFormatProfile = getProfileFor(gDynamicFormat); in setFormats()
DSerializer.cpp404 Element profile = new AudioProfile(formatFromString(format, gDynamicFormat), in deserialize()
408 profile->setDynamicFormat(profile->getFormat() == gDynamicFormat); in deserialize()