diff options
author | Mikhail Naganov <mnaganov@google.com> | 2022-01-26 18:57:31 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-01-26 18:57:31 +0000 |
commit | 9b5dcd32aa701057e28c405e87f8c13bc77145dd (patch) | |
tree | 61be897f9dbe3a3aa904b21ab0a52d638e406e25 /audio/common/all-versions/default/7.0/HidlUtils.cpp | |
parent | 425df50402834f8b634ce33feee783dfb3df3907 (diff) | |
parent | 40fde0bc07be50644705a708a522c941840f35c7 (diff) |
Merge changes from topic "b-214426419-hal-v7_1"
* changes:
Audio HAL V7.1: Update VTS
Audio HAL V7.1: Update the default implementation
Audio HAL V7.1: Interfaces & types
Diffstat (limited to 'audio/common/all-versions/default/7.0/HidlUtils.cpp')
-rw-r--r-- | audio/common/all-versions/default/7.0/HidlUtils.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/common/all-versions/default/7.0/HidlUtils.cpp b/audio/common/all-versions/default/7.0/HidlUtils.cpp index 5a5b5d276a..218d7c06b7 100644 --- a/audio/common/all-versions/default/7.0/HidlUtils.cpp +++ b/audio/common/all-versions/default/7.0/HidlUtils.cpp @@ -21,7 +21,7 @@ #define LOG_TAG "HidlUtils" #include <log/log.h> -#include <android_audio_policy_configuration_V7_0-enums.h> +#include PATH(APM_XSD_ENUMS_H_FILENAME) #include <common/all-versions/HidlSupport.h> #include <common/all-versions/VersionUtils.h> @@ -31,11 +31,11 @@ namespace android { namespace hardware { namespace audio { namespace common { -namespace CPP_VERSION { +namespace COMMON_TYPES_CPP_VERSION { namespace implementation { namespace xsd { -using namespace ::android::audio::policy::configuration::V7_0; +using namespace ::android::audio::policy::configuration::CPP_VERSION; } #define CONVERT_CHECKED(expr, result) \ @@ -1151,7 +1151,7 @@ status_t HidlUtils::deviceAddressToHal(const DeviceAddress& device, audio_device } } // namespace implementation -} // namespace CPP_VERSION +} // namespace COMMON_TYPES_CPP_VERSION } // namespace common } // namespace audio } // namespace hardware |