Home
last modified time | relevance | path

Searched refs:getFirstUnfadeableContentTypes (Results 1 – 3 of 3) sorted by relevance

/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.h87 const UnfadeableContentTypesType* getFirstUnfadeableContentTypes() const;
/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.cpp181 …const UnfadeableContentTypesType* FadeConfigurationConfig::getFirstUnfadeableContentTypes() const { in getFirstUnfadeableContentTypes() function in android::hardware::automotive::audiocontrol::fade::FadeConfigurationConfig
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
H A DCarAudioConfigurationXmlConverter.cpp943 parseUnfadeableContentType(*fadeConfig.getFirstUnfadeableContentTypes(), in parseFadeConfig()