Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h261 status_t checkCompatibleChannelMask(audio_channel_mask_t channelMask) const;
DAudioPolicyManager.cpp6098 status_t AudioPolicyManager::AudioPort::checkCompatibleChannelMask(audio_channel_mask_t channelMask) in checkCompatibleChannelMask() function in android::AudioPolicyManager::AudioPort
6625 checkCompatibleChannelMask(channelMask) != NO_ERROR)) { in isCompatibleProfile()