/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IAudioPolicyService.aidl | 295 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
H A D | AdvancedVolumeFragment.java | 88 mReportedFormats = mAudioManager.getReportedSurroundFormats(); in onAttach()
|
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/ |
H A D | AdvancedVolumeFragmentTest.java | 267 doReturn(new ArrayList(reportedFormats)).when(mAudioManager).getReportedSurroundFormats(); in createAdvancedVolumeFragmentWithAudioManagerReturning()
|
/aosp12/frameworks/av/services/audiopolicy/ |
H A D | AudioPolicyInterface.h | 281 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | IAudioService.aidl | 169 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
|
H A D | AudioSystem.java | 1754 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
|
H A D | AudioManager.java | 7131 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager 7133 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioSystem.h | 432 static status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/aosp12/frameworks/av/services/audiopolicy/tests/ |
H A D | audiopolicymanager_tests.cpp | 871 status_t ret = mManager->getReportedSurroundFormats( in getReportedSurroundFormatsHelper() 879 ret = mManager->getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in getReportedSurroundFormatsHelper()
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.h | 319 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
H A D | AudioPolicyManager.cpp | 4622 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyInterfaceImpl.cpp | 1862 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService 1878 mAudioPolicyManager->getReportedSurroundFormats( in getReportedSurroundFormats()
|
H A D | AudioPolicyService.h | 198 binder::Status getReportedSurroundFormats(
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioSystem.cpp | 1890 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 D | android_media_AudioSystem.cpp | 2380 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 D | AudioService.java | 1996 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService 1998 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 1437 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 27150 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;
|