Home
last modified time | relevance | path

Searched defs:getReportedSurroundFormats (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl318 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java516 public Map<Integer, Boolean> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
/frameworks/base/media/java/android/media/
DIAudioService.aidl244 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
DAudioSystem.java2143 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
DAudioManager.java8656 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp2294 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2320 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6283 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2936 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService