Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl315 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/av/services/audiopolicy/
DAudioPolicyInterface.h310 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/base/media/java/android/media/
DIAudioService.aidl224 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
DAudioSystem.java2076 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
DAudioManager.java8540 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
8542 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h525 static status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h359 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
DAudioPolicyManager.cpp5946 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h233 binder::Status getReportedSurroundFormats(
DAudioPolicyInterfaceImpl.cpp2029 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService
2045 mAudioPolicyManager->getReportedSurroundFormats( in getReportedSurroundFormats()
DAudioPolicyService.cpp133 BINDER_METHOD_ENTRY(getReportedSurroundFormats) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2098 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem
2111 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2676 status_t status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, nullptr); in android_media_AudioSystem_getReportedSurroundFormats()
2685 status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, &surroundFormats[0]); in android_media_AudioSystem_getReportedSurroundFormats()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp1664 status_t ret = mManager->getReportedSurroundFormats( in getReportedSurroundFormatsHelper()
1672 ret = mManager->getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in getReportedSurroundFormatsHelper()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4876 byte[] sinkSurroundEncodings = toBytes(audioManager.getReportedSurroundFormats());
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2606 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService
2608 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
/frameworks/base/core/api/
Dtest-current.txt1977 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24272 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;