Searched refs:fillProfile (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/audio/aidl/default/ |
D | Configuration.cpp | 49 static void fillProfile(AudioProfile* profile, const std::vector<int32_t>& channelLayouts, in fillProfile() function 63 fillProfile(&profile, channelLayouts, sampleRates); in createProfile() 72 fillProfile(&profile, channelLayouts, sampleRates); in createProfile()
|
/hardware/interfaces/automotive/audiocontrol/aidl/default/ |
D | AudioControl.cpp | 94 void fillProfile(const std::vector<int32_t>& channelLayouts, in fillProfile() function 108 fillProfile(channelLayouts, sampleRates, &profile); in createProfile() 117 fillProfile(channelLayouts, sampleRates, &profile); in createProfile()
|