Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1874 std::vector<media::audio::common::AudioFormat> surroundFormatsAidl; in getSurroundFormats() local
1877 aps->getSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl, in getSurroundFormats()
1883 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getSurroundFormats()
1901 std::vector<media::audio::common::AudioFormat> surroundFormatsAidl; in getReportedSurroundFormats() local
1903 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
1908 convertRange(surroundFormatsAidl.begin(), surroundFormatsAidl.end(), surroundFormats, in getReportedSurroundFormats()