Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPort.h63 status_t checkExactChannelMask(audio_channel_mask_t channelMask) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp88 checkExactChannelMask(channelMask) != NO_ERROR)) { in isCompatibleProfile()
DAudioPort.cpp420 status_t AudioPort::checkExactChannelMask(audio_channel_mask_t channelMask) const in checkExactChannelMask() function in android::AudioPort
856 status = audioport->checkExactChannelMask(config->channel_mask); in applyAudioPortConfig()