Home
last modified time | relevance | path

Searched refs:UnfadeableAudioAttributesType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/car_fade_audio_configuration_xsd/gen/cpp/
Dandroid_hardware_automotive_audiocontrol_fade.cpp140 …fadeableContentTypesType> unfadeableContentTypes, std::vector<UnfadeableAudioAttributesType> unfad… in FadeConfigurationConfig()
188 …const std::vector<UnfadeableAudioAttributesType>& FadeConfigurationConfig::getUnfadeableAudioAttri… in getUnfadeableAudioAttributes()
196 …const UnfadeableAudioAttributesType* FadeConfigurationConfig::getFirstUnfadeableAudioAttributes() … in getFirstUnfadeableAudioAttributes()
298 std::vector<UnfadeableAudioAttributesType> unfadeableAudioAttributes; in read()
312UnfadeableAudioAttributesType _value = UnfadeableAudioAttributesType::read(_child); in read()
460UnfadeableAudioAttributesType::UnfadeableAudioAttributesType(std::vector<AudioAttributesUsagesType… in UnfadeableAudioAttributesType() function in android::hardware::automotive::audiocontrol::fade::UnfadeableAudioAttributesType
463 …const std::vector<AudioAttributesUsagesType>& UnfadeableAudioAttributesType::getAudioAttributes() … in getAudioAttributes()
467 bool UnfadeableAudioAttributesType::hasAudioAttributes() const { in hasAudioAttributes()
471 … const AudioAttributesUsagesType* UnfadeableAudioAttributesType::getFirstAudioAttributes() const { in getFirstAudioAttributes()
478UnfadeableAudioAttributesType UnfadeableAudioAttributesType::read(xmlNode *root) { in read()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/car_fade_audio_configuration_xsd/gen/cpp/include/
Dandroid_hardware_automotive_audiocontrol_fade.h33 class UnfadeableAudioAttributesType; variable
70 const std::vector<UnfadeableAudioAttributesType> unfadeableAudioAttributes_;
78 …fadeableContentTypesType> unfadeableContentTypes, std::vector<UnfadeableAudioAttributesType> unfad…
88 … const std::vector<UnfadeableAudioAttributesType>& getUnfadeableAudioAttributes() const;
90 … const UnfadeableAudioAttributesType* getFirstUnfadeableAudioAttributes() const;
160 class UnfadeableAudioAttributesType {
164 … explicit UnfadeableAudioAttributesType(std::vector<AudioAttributesUsagesType> audioAttributes);
168 static UnfadeableAudioAttributesType read(xmlNode *root);
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/api/
H A Dcurrent.txt51 …Nullable public android.hardware.automotive.audiocontrol.fade.UnfadeableAudioAttributesType getUnf…
61 …oAttributes(@Nullable android.hardware.automotive.audiocontrol.fade.UnfadeableAudioAttributesType);
109 public class UnfadeableAudioAttributesType {
110 ctor public UnfadeableAudioAttributesType();
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/car_fade_audio_configuration_xsd.docs/android_common/everything/api/
Dcurrent.txt51 …Nullable public android.hardware.automotive.audiocontrol.fade.UnfadeableAudioAttributesType getUnf…
61 …oAttributes(@Nullable android.hardware.automotive.audiocontrol.fade.UnfadeableAudioAttributesType);
109 public class UnfadeableAudioAttributesType {
110 ctor public UnfadeableAudioAttributesType();
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
H A DCarAudioConfigurationXmlConverter.cpp817 void parseUnfadeableAudioAttributes(const fade::UnfadeableAudioAttributesType& fadeAttributes, in parseUnfadeableAudioAttributes()