/frameworks/layoutlib/bridge/src/android/media/ |
D | AudioManager.java | 516 public Map<Integer, Boolean> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioPolicyService.aidl | 318 void getReportedSurroundFormats(inout Int count, in getReportedSurroundFormats() method
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 327 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioSystem.h | 537 static status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 244 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
|
D | AudioSystem.java | 2143 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
|
D | AudioManager.java | 8656 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method 8658 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 365 virtual status_t getReportedSurroundFormats(unsigned int *numSurroundFormats,
|
D | AudioPolicyManager.cpp | 6283 status_t AudioPolicyManager::getReportedSurroundFormats(unsigned int *numSurroundFormats, in getReportedSurroundFormats() function in android::AudioPolicyManager
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.h | 237 binder::Status getReportedSurroundFormats(
|
D | AudioPolicyInterfaceImpl.cpp | 2294 Status AudioPolicyService::getReportedSurroundFormats( in getReportedSurroundFormats() function in android::AudioPolicyService 2310 mAudioPolicyManager->getReportedSurroundFormats( in getReportedSurroundFormats()
|
D | AudioPolicyService.cpp | 141 BINDER_METHOD_ENTRY(getReportedSurroundFormats) \
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 2320 status_t AudioSystem::getReportedSurroundFormats(unsigned int* numSurroundFormats, in getReportedSurroundFormats() function in android::AudioSystem 2333 aps->getReportedSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl))); in getReportedSurroundFormats()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2690 status_t status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, nullptr); in android_media_AudioSystem_getReportedSurroundFormats() 2699 status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, &surroundFormats[0]); in android_media_AudioSystem_getReportedSurroundFormats()
|
/frameworks/av/services/audiopolicy/tests/ |
D | audiopolicymanager_tests.cpp | 1866 status_t ret = mManager->getReportedSurroundFormats( in getReportedSurroundFormatsHelper() 1874 ret = mManager->getReportedSurroundFormats(&numSurroundFormats, surroundFormats); in getReportedSurroundFormatsHelper()
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 5023 byte[] sinkSurroundEncodings = toBytes(audioManager.getReportedSurroundFormats());
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 2936 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService 2938 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
|
/frameworks/base/core/api/ |
D | test-current.txt | 2010 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;
|