Searched refs:getReportedSurroundFormats (Results 1 – 8 of 8) sorted by relevance
218 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
8213 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager8215 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
2541 status_t status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, nullptr); in android_media_AudioSystem_getReportedSurroundFormats()2550 status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, &surroundFormats[0]); in android_media_AudioSystem_getReportedSurroundFormats()
4704 byte[] sinkSurroundEncodings = toBytes(audioManager.getReportedSurroundFormats());
2408 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService2410 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
1880 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
24272 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;