Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp68 const SampleRateVector &ratesToExport = profile->getSampleRates(); in toAudioPort() local
74 for (size_t rateIndex = 0; rateIndex < ratesToExport.size(); rateIndex++) { in toAudioPort()
75 uint32_t rate = ratesToExport[rateIndex]; in toAudioPort()