Searched refs:setSurroundFormatEnabled (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/include/media/
H A DIAudioPolicyService.h174 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) = 0;
H A DAudioSystem.h350 static status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h174 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) = 0;
H A DAudioSystem.h350 static status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h252 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) = 0;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1029 status_t AudioPolicyService::setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) function in class:android::AudioPolicyService
1036 return mAudioPolicyManager->setSurroundFormatEnabled(audioFormat, enabled);
H A DAudioPolicyService.h210 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h245 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled);
H A DAudioPolicyManager.cpp3688 status_t AudioPolicyManager::setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) function in class:android::AudioPolicyManager
/frameworks/base/media/java/android/media/
H A DAudioSystem.java845 public static native int setSurroundFormatEnabled(int audioFormat, boolean enabled); method in class:AudioSystem
H A DAudioManager.java5054 public boolean setSurroundFormatEnabled( method in class:AudioManager
5056 int status = AudioSystem.setSurroundFormatEnabled(audioFormat, enabled);
5063 * The keys are not affected by calling setSurroundFormatEnabled(), and the values
5064 * are not affected by calling setSurroundFormatEnabled() when in AUTO mode.
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1300 status_t AudioSystem::setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) function in class:android::AudioSystem
1304 return aps->setSurroundFormatEnabled(audioFormat, enabled);
H A DIAudioPolicyService.cpp870 virtual status_t setSurroundFormatEnabled(audio_format_t audioFormat, bool enabled) function in class:android::BpAudioPolicyService
1583 status_t status = setSurroundFormatEnabled(audioFormat, enabled);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1899 status_t status = AudioSystem::setSurroundFormatEnabled(audioFormatToNative(audioFormat),
1902 ALOGE_IF(status != NO_ERROR, "AudioSystem::setSurroundFormatEnabled error %d", status);
1963 {"setSurroundFormatEnabled", "(IZ)I", (void *)android_media_AudioSystem_setSurroundFormatEnabled},
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1370 int ret = AudioSystem.setSurroundFormatEnabled(surroundFormat, enabled);

Completed in 136 milliseconds