Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2079 Int numSurroundFormatsAidl; in getSurroundFormats() local
2080 numSurroundFormatsAidl.value = in getSurroundFormats()
2085 aps->getSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl, in getSurroundFormats()
2089 convertIntegral<unsigned int>(numSurroundFormatsAidl.value)); in getSurroundFormats()
2106 Int numSurroundFormatsAidl; in getReportedSurroundFormats() local
2107 numSurroundFormatsAidl.value = in getReportedSurroundFormats()
2111 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
2114 convertIntegral<unsigned int>(numSurroundFormatsAidl.value)); in getReportedSurroundFormats()