Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl293 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
/frameworks/base/media/java/android/media/
DIAudioService.aidl164 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
DAudioSystem.java1753 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
DAudioManager.java7118 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1854 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1884 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4587 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1956 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService