Home
last modified time | relevance | path

Searched refs:UnfadeableContentTypesType (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 …e, std::vector<FadeableUsagesType> fadeableUsages, std::vector<UnfadeableContentTypesType> unfadea… in FadeConfigurationConfig()
173 …const std::vector<UnfadeableContentTypesType>& FadeConfigurationConfig::getUnfadeableContentTypes(… in getUnfadeableContentTypes()
181 …const UnfadeableContentTypesType* FadeConfigurationConfig::getFirstUnfadeableContentTypes() const { in getFirstUnfadeableContentTypes()
297 std::vector<UnfadeableContentTypesType> unfadeableContentTypes; in read()
309UnfadeableContentTypesType _value = UnfadeableContentTypesType::read(_child); in read()
405UnfadeableContentTypesType::UnfadeableContentTypesType(std::vector<ContentType> contentType) : con… in UnfadeableContentTypesType() function in android::hardware::automotive::audiocontrol::fade::UnfadeableContentTypesType
408 … const std::vector<ContentType>& UnfadeableContentTypesType::getContentType() const { in getContentType()
412 bool UnfadeableContentTypesType::hasContentType() const { in hasContentType()
416 const ContentType* UnfadeableContentTypesType::getFirstContentType() const { in getFirstContentType()
423 UnfadeableContentTypesType UnfadeableContentTypesType::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.h31 class UnfadeableContentTypesType; variable
69 const std::vector<UnfadeableContentTypesType> unfadeableContentTypes_;
78 …e, std::vector<FadeableUsagesType> fadeableUsages, std::vector<UnfadeableContentTypesType> unfadea…
85 … const std::vector<UnfadeableContentTypesType>& getUnfadeableContentTypes() const;
87 const UnfadeableContentTypesType* getFirstUnfadeableContentTypes() const;
139 class UnfadeableContentTypesType {
143 explicit UnfadeableContentTypesType(std::vector<ContentType> contentType);
147 static UnfadeableContentTypesType read(xmlNode *root);
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/loaders/fade/api/
H A Dcurrent.txt52 …@Nullable public android.hardware.automotive.audiocontrol.fade.UnfadeableContentTypesType getUnfad…
62 …leContentTypes(@Nullable android.hardware.automotive.audiocontrol.fade.UnfadeableContentTypesType);
115 public class UnfadeableContentTypesType {
116 ctor public UnfadeableContentTypesType();
/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.txt52 …@Nullable public android.hardware.automotive.audiocontrol.fade.UnfadeableContentTypesType getUnfad…
62 …leContentTypes(@Nullable android.hardware.automotive.audiocontrol.fade.UnfadeableContentTypesType);
115 public class UnfadeableContentTypesType {
116 ctor public UnfadeableContentTypesType();
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
H A DCarAudioConfigurationXmlConverter.cpp825 void parseUnfadeableContentType(const fade::UnfadeableContentTypesType& fadeTypes, in parseUnfadeableContentType()