Searched refs:halChannelMasks (Results 1 – 3 of 3) sorted by relevance
140 ChannelMaskSet halChannelMasks; in getSupportedChannelMasks() local142 halChannelMasks = in getSupportedChannelMasks()144 channelMasks.resize(halChannelMasks.size()); in getSupportedChannelMasks()146 for (auto channelMask : halChannelMasks) { in getSupportedChannelMasks()253 std::vector<std::string> halChannelMasks = in getSupportedProfiles() local256 (void)HidlUtils::audioChannelMasksFromHal(halChannelMasks, &channelMasks); in getSupportedProfiles()
100 status_t HidlUtils::audioChannelMasksFromHal(const std::vector<std::string>& halChannelMasks, in audioChannelMasksFromHal() argument103 tempChannelMasks.resize(halChannelMasks.size()); in audioChannelMasksFromHal()105 for (const auto& halChannelMask : halChannelMasks) { in audioChannelMasksFromHal()116 return halChannelMasks.size() == channelMasks->size() ? NO_ERROR : BAD_VALUE; in audioChannelMasksFromHal()
88 static status_t audioChannelMasksFromHal(const std::vector<std::string>& halChannelMasks,