Searched refs:supportedChannelsList (Results 1 – 4 of 4) sorted by relevance
54 auto supportedChannelsList = OHOS::AudioStandard::AudioCapturer::GetSupportedChannels(); in UpdateSupportedChannels() local55 if (!supportedChannelsList.empty()) { in UpdateSupportedChannels()57 for (const auto& channel : supportedChannelsList) { in UpdateSupportedChannels()
473 auto supportedChannelsList = OHOS::AudioStandard::AudioRenderer::GetSupportedChannels(); in AssignChannelNumIfSupported() local474 if (supportedChannelsList.empty()) { in AssignChannelNumIfSupported()478 for (const auto& channel : supportedChannelsList) { in AssignChannelNumIfSupported()
461 auto supportedChannelsList = Plugin::AnyCast<DiscreteCapability<uint32_t>>(pairKey.second); in CheckChannels() local462 for (const auto& channel : supportedChannelsList) { in CheckChannels()
480 auto supportedChannelsList = OHOS::AudioStandard::AudioRenderer::GetSupportedChannels(); in AssignChannelNumIfSupported() local481 FALSE_RETURN_V_MSG(!supportedChannelsList.empty(), false, "GetSupportedChannels fail"); in AssignChannelNumIfSupported()482 for (const auto &channel : supportedChannelsList) { in AssignChannelNumIfSupported()