Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl295 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
H A DAdvancedVolumeFragment.java88 mReportedFormats = mAudioManager.getReportedSurroundFormats(); in onAttach()
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
H A DAdvancedVolumeFragmentTest.java267 doReturn(new ArrayList(reportedFormats)).when(mAudioManager).getReportedSurroundFormats(); in createAdvancedVolumeFragmentWithAudioManagerReturning()
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h281 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
/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
7133 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h432 static status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp871 status_t ret = mManager->getReportedSurroundFormats( in getReportedSurroundFormatsHelper()
879 ret = mManager->getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in getReportedSurroundFormatsHelper()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h319 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
H A DAudioPolicyManager.cpp4622 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1862 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService
1878 mAudioPolicyManager->getReportedSurroundFormats( in getReportedSurroundFormats()
H A DAudioPolicyService.h198 binder::Status getReportedSurroundFormats(
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1890 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem
1903 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2380 status_t status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in android_media_AudioSystem_getReportedSurroundFormats()
2391 status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in android_media_AudioSystem_getReportedSurroundFormats()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1996 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService
1998 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1437 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27150 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;