Home
last modified time | relevance | path

Searched refs:attrAidl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp298 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in getOutputForAttr()
526 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in getInputForAttr()
984 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in setVolumeIndexForAttributes()
1006 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in getVolumeIndexForAttributes()
1025 const media::AudioAttributesInternal& attrAidl, int32_t* _aidl_return) { in getMinVolumeIndexForAttributes() argument
1027 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in getMinVolumeIndexForAttributes()
1044 const media::AudioAttributesInternal& attrAidl, int32_t* _aidl_return) { in getMaxVolumeIndexForAttributes() argument
1046 aidl2legacy_AudioAttributesInternal_audio_attributes_t(attrAidl)); in getMaxVolumeIndexForAttributes()
1110 aidl2legacy_AudioAttributesEx_AudioAttributes(attrAidl)); in getDevicesForAttributes()
2238 const std::optional<media::AudioAttributesInternal>& attrAidl, in canBeSpatialized() argument
[all …]
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1003 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in getOutputForAttr() local
1095 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in getInputForAttr() local
1203 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in setVolumeIndexForAttributes() local
1208 aps->setVolumeIndexForAttributes(attrAidl, deviceAidl, indexAidl)); in setVolumeIndexForAttributes()
1217 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in getVolumeIndexForAttributes() local
1222 aps->getVolumeIndexForAttributes(attrAidl, deviceAidl, &indexAidl))); in getVolumeIndexForAttributes()
1231 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in getMaxVolumeIndexForAttributes() local
1235 aps->getMaxVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMaxVolumeIndexForAttributes()
1244 media::AudioAttributesInternal attrAidl = VALUE_OR_RETURN_STATUS( in getMinVolumeIndexForAttributes() local
1248 aps->getMinVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMinVolumeIndexForAttributes()
[all …]