Home
last modified time | relevance | path

Searched refs:hasValidChannels (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudiofoundation/include/media/
DAudioProfile.h52 bool isValid() const { return hasValidFormat() && hasValidRates() && hasValidChannels(); } in isValid()
61 bool hasValidChannels() const { return !mChannelMasks.empty(); } in hasValidChannels() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp89 if (profile->hasValidChannels()) { in setChannelsForAudioProfiles()
140 if (!profileToAdd->hasValidChannels() && !profileToAdd->hasValidRates()) { in addDynamicAudioProfileAndSort()
146 if (!profileToAdd->hasValidChannels() && profileToAdd->hasValidRates()) { in addDynamicAudioProfileAndSort()
151 if (profileToAdd->hasValidChannels() && !profileToAdd->hasValidRates()) { in addDynamicAudioProfileAndSort()