Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp2004 unsigned int numSurroundFormatsReq = numSurroundFormats; in getSurroundFormats() local
2016 numSurroundFormatsReq = std::min(numSurroundFormats, numSurroundFormatsReq); in getSurroundFormats()
2018 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getSurroundFormats()
2024 surroundFormatsEnabled.get() + numSurroundFormatsReq); in getSurroundFormats()
2036 unsigned int numSurroundFormatsReq = numSurroundFormats; in getReportedSurroundFormats() local
2047 numSurroundFormatsReq = std::min(numSurroundFormats, numSurroundFormatsReq); in getReportedSurroundFormats()
2049 convertRange(surroundFormats.get(), surroundFormats.get() + numSurroundFormatsReq, in getReportedSurroundFormats()