/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioPolicyService.aidl | 315 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
|
/frameworks/layoutlib/bridge/src/android/media/ |
D | AudioManager.java | 516 public Map<Integer, Boolean> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 310 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 224 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
|
D | AudioSystem.java | 2076 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
|
D | AudioManager.java | 8540 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager 8542 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioSystem.h | 525 static status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 359 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
D | AudioPolicyManager.cpp | 5946 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.h | 233 binder::Status getReportedSurroundFormats(
|
D | AudioPolicyInterfaceImpl.cpp | 2029 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService 2045 mAudioPolicyManager->getReportedSurroundFormats( in getReportedSurroundFormats()
|
D | AudioPolicyService.cpp | 133 BINDER_METHOD_ENTRY(getReportedSurroundFormats) \
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 2098 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem 2111 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2676 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/ |
D | audiopolicymanager_tests.cpp | 1664 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/ |
D | StatsPullAtomService.java | 4876 byte[] sinkSurroundEncodings = toBytes(audioManager.getReportedSurroundFormats());
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 2606 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService 2608 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
|
/frameworks/base/core/api/ |
D | test-current.txt | 1977 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 24272 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;
|