Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl295 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl169 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
H A DAudioSystem.java1754 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
H A DAudioManager.java7131 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1862 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1890 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4622 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1996 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService