diff options
author | Hayden Gomes <haydengomes@google.com> | 2020-11-06 15:15:26 -0800 |
---|---|---|
committer | Mikhail Naganov <mnaganov@google.com> | 2020-12-04 16:50:37 +0000 |
commit | 4e7d69e751f29d72c339ffbb66da95a0b08f4e12 (patch) | |
tree | 2b56a254117e5c3f757afcd68cdef76e4037d124 /audio/common/7.0/example/Effect.cpp | |
parent | 6119f169216285af7562cf57c3f6a93a406e119e (diff) |
Changing package for audio_policy_configuration_V7_0
- Changed package to use android. prefix
- Added nullability flag to xsd_config
Bug: 171572311
Test: built and atest VtsHalAudioEffectV7_0TargetTest
VtsHalAudioEffectV7_0TargetTest VtsHalAudioEffectV4_0TargetTest
VtsAidlHalAudioControlTest
Change-Id: I9ac83a98256404313b5efef17c0a164d2ee72136
Merged-In: I9ac83a98256404313b5efef17c0a164d2ee72136
Diffstat (limited to 'audio/common/7.0/example/Effect.cpp')
-rw-r--r-- | audio/common/7.0/example/Effect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/common/7.0/example/Effect.cpp b/audio/common/7.0/example/Effect.cpp index 423754d593..9d5ab3198a 100644 --- a/audio/common/7.0/example/Effect.cpp +++ b/audio/common/7.0/example/Effect.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "EffectsFactory7.0" #include <log/log.h> -#include <audio_policy_configuration_V7_0.h> +#include <android_audio_policy_configuration_V7_0.h> #include "Effect.h" @@ -28,7 +28,7 @@ using ::android::hardware::Void; using namespace ::android::hardware::audio::common::V7_0; // Make an alias for enumerations generated from the APM config XSD. namespace xsd { -using namespace ::audio::policy::configuration::V7_0; +using namespace ::android::audio::policy::configuration::V7_0; } namespace android::hardware::audio::effect::V7_0::implementation { |