Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2082 std::vector<AudioFormatDescription> surroundFormatsAidl; in getSurroundFormats() local
2085 aps->getSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl, in getSurroundFormats()
2091 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getSurroundFormats()
2109 std::vector<AudioFormatDescription> surroundFormatsAidl; in getReportedSurroundFormats() local
2111 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
2116 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getReportedSurroundFormats()