Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2607 ArrayList<Integer> reportedSurroundFormats = new ArrayList<>(); in getReportedSurroundFormats() local
2608 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
2614 return reportedSurroundFormats; in getReportedSurroundFormats()