Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp328 Status AudioPolicyService::getOutputForAttr(const media::audio::common::AudioAttributes& attrAidl, in getOutputForAttr() argument
337 aidl2legacy_AudioAttributes_audio_attributes_t(attrAidl)); in getOutputForAttr()
585 Status AudioPolicyService::getInputForAttr(const media::audio::common::AudioAttributes& attrAidl, in getInputForAttr() argument
595 aidl2legacy_AudioAttributes_audio_attributes_t(attrAidl)); in getInputForAttr()
1123 const media::audio::common::AudioAttributes& attrAidl, in setVolumeIndexForAttributes() argument
1126 aidl2legacy_AudioAttributes_audio_attributes_t(attrAidl)); in setVolumeIndexForAttributes()
1146 const media::audio::common::AudioAttributes& attrAidl, in getVolumeIndexForAttributes() argument
1149 aidl2legacy_AudioAttributes_audio_attributes_t(attrAidl)); in getVolumeIndexForAttributes()
1168 const media::audio::common::AudioAttributes& attrAidl, int32_t* _aidl_return) { in getMinVolumeIndexForAttributes() argument
1170 aidl2legacy_AudioAttributes_audio_attributes_t(attrAidl)); in getMinVolumeIndexForAttributes()
[all …]
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1126 media::audio::common::AudioAttributes attrAidl = VALUE_OR_RETURN_STATUS( in getOutputForAttr() local
1139 aps->getOutputForAttr(attrAidl, sessionAidl, attributionSource, configAidl, flagsAidl, in getOutputForAttr()
1231 media::audio::common::AudioAttributes attrAidl = VALUE_OR_RETURN_STATUS( in getInputForAttr() local
1245 aps->getInputForAttr(attrAidl, inputAidl, riidAidl, sessionAidl, attributionSource, in getInputForAttr()
1368 media::audio::common::AudioAttributes attrAidl = VALUE_OR_RETURN_STATUS( in setVolumeIndexForAttributes() local
1374 aps->setVolumeIndexForAttributes(attrAidl, deviceAidl, indexAidl)); in setVolumeIndexForAttributes()
1383 media::audio::common::AudioAttributes attrAidl = VALUE_OR_RETURN_STATUS( in getVolumeIndexForAttributes() local
1389 aps->getVolumeIndexForAttributes(attrAidl, deviceAidl, &indexAidl))); in getVolumeIndexForAttributes()
1398 media::audio::common::AudioAttributes attrAidl = VALUE_OR_RETURN_STATUS( in getMaxVolumeIndexForAttributes() local
1402 aps->getMaxVolumeIndexForAttributes(attrAidl, &indexAidl))); in getMaxVolumeIndexForAttributes()
[all …]