Searched refs:halChannelMasks (Results 1 – 3 of 3) sorted by relevance
136 ChannelMaskSet halChannelMasks; in getSupportedChannelMasks() local138 halChannelMasks = in getSupportedChannelMasks()140 channelMasks.resize(halChannelMasks.size()); in getSupportedChannelMasks()142 for (auto channelMask : halChannelMasks) { in getSupportedChannelMasks()249 std::vector<std::string> halChannelMasks = in getSupportedProfiles() local252 (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()
86 static status_t audioChannelMasksFromHal(const std::vector<std::string>& halChannelMasks,