/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | HwModule.cpp | 285 audio_format_t encodedFormat, in getModuleForDeviceType() argument 293 if (encodedFormat != AUDIO_FORMAT_DEFAULT) { in getModuleForDeviceType() 296 declaredDevices.getDevice(type, String8(), encodedFormat); in getModuleForDeviceType() 316 audio_format_t encodedFormat) const in getModuleForDevice() 318 return getModuleForDeviceType(device->type(), encodedFormat); in getModuleForDevice() 353 auto moduleDevice = moduleDevices.getDevice(deviceType, devAddress, encodedFormat); in getDeviceDescriptor() 363 if (encodedFormat != AUDIO_FORMAT_DEFAULT) { in getDeviceDescriptor() 364 moduleDevice->setEncodedFormat(encodedFormat); in getDeviceDescriptor() 381 return createDevice(deviceType, address, name, encodedFormat); in getDeviceDescriptor() 390 sp<HwModule> hwModule = getModuleForDeviceType(type, encodedFormat, &tagName); in createDevice() [all …]
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | HwModule.h | 148 audio_format_t encodedFormat, 152 audio_format_t encodedFormat) const; 177 audio_format_t encodedFormat, 194 const audio_format_t encodedFormat) const;
|
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IAudioPolicyService.aidl | 68 in AudioFormat encodedFormat); in setDeviceConnectionState() argument 74 in AudioFormat encodedFormat); in handleDeviceConfigChange() argument
|
/aosp12/frameworks/av/services/audiopolicy/ |
H A D | AudioPolicyInterface.h | 99 audio_format_t encodedFormat) = 0; 107 audio_format_t encodedFormat) = 0;
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.h | 102 audio_format_t encodedFormat); 108 audio_format_t encodedFormat); 1002 audio_format_t encodedFormat);
|
H A D | AudioPolicyManager.cpp | 104 audio_format_t encodedFormat) in setDeviceConnectionState() argument 107 device_name, encodedFormat); in setDeviceConnectionState() 126 audio_format_t encodedFormat) in setDeviceConnectionStateInt() argument 129 deviceType, state, device_address, device_name, encodedFormat); in setDeviceConnectionStateInt() 135 mHwModules.getDeviceDescriptor(deviceType, device_address, device_name, encodedFormat, in setDeviceConnectionStateInt() 446 audio_format_t encodedFormat) in handleDeviceConfigChange() argument 454 device, device_address, device_name, encodedFormat); in handleDeviceConfigChange() 475 sp<HwModule> module = mHwModules.getModuleForDeviceType(device, encodedFormat); in handleDeviceConfigChange() 489 devDesc->setEncodedFormat(encodedFormat); in handleDeviceConfigChange() 518 device_address, device_name, encodedFormat); in handleDeviceConfigChange()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioSystem.h | 264 audio_format_t encodedFormat); 270 audio_format_t encodedFormat);
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyInterfaceImpl.cpp | 107 audio_format_t encodedFormat = VALUE_OR_RETURN_BINDER_STATUS( in setDeviceConnectionState() local 127 encodedFormat); in setDeviceConnectionState() 158 audio_format_t encodedFormat = VALUE_OR_RETURN_BINDER_STATUS( in handleDeviceConfigChange() local 172 device, deviceAidl.address.c_str(), deviceNameAidl.c_str(), encodedFormat); in handleDeviceConfigChange()
|
H A D | AudioPolicyService.h | 77 media::audio::common::AudioFormat encodedFormat) override; 83 media::audio::common::AudioFormat encodedFormat) override;
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioSystem.cpp | 840 audio_format_t encodedFormat) { in setDeviceConnectionState() argument 864 VALUE_OR_RETURN_STATUS(legacy2aidl_audio_format_t_AudioFormat(encodedFormat)))); in setDeviceConnectionState() 889 audio_format_t encodedFormat) { in handleDeviceConfigChange() argument 909 legacy2aidl_audio_format_t_AudioFormat(encodedFormat)))); in handleDeviceConfigChange()
|