Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp49 static void fillProfile(AudioProfile* profile, const std::vector<int32_t>& channelLayouts, in fillProfile() argument
51 for (auto layout : channelLayouts) { in fillProfile()
58 static AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile() argument
63 fillProfile(&profile, channelLayouts, sampleRates); in createProfile()
68 const std::vector<int32_t>& channelLayouts, in createProfile() argument
72 fillProfile(&profile, channelLayouts, sampleRates); in createProfile()
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp94 void fillProfile(const std::vector<int32_t>& channelLayouts, in fillProfile() argument
96 for (auto layout : channelLayouts) { in fillProfile()
103 AudioProfile createProfile(PcmType pcmType, const std::vector<int32_t>& channelLayouts, in createProfile() argument
108 fillProfile(channelLayouts, sampleRates, &profile); in createProfile()
113 const std::vector<int32_t>& channelLayouts, in createProfile() argument
117 fillProfile(channelLayouts, sampleRates, &profile); in createProfile()