commit | d0f0e14d0e4e70b4db97752a33bc9bd2e931cd54 | [log] [tgz] |
---|---|---|
author | Pawin Vongmasa <pawin@google.com> | Thu Nov 15 03:36:28 2018 -0800 |
committer | Pawin Vongmasa <pawin@google.com> | Fri Nov 16 03:50:36 2018 -0800 |
tree | 3dbb86b7b73999713cefa4da318d69287eb6132b | |
parent | 3665390c9d32a917398b240c5a46ced07a3b65eb [diff] [blame] |
Rename Codec2-related entities Test: Builds Bug: 112362730 Change-Id: I5d4c962f9ebacb7c71a5dc9db927484d7435dc57
diff --git a/media/codec2/hidl/services/C2SoftwareCodecServiceRegistrant.cpp b/media/codec2/hidl/services/C2SoftwareCodecServiceRegistrant.cpp index 04efa44..e10ae6e 100644 --- a/media/codec2/hidl/services/C2SoftwareCodecServiceRegistrant.cpp +++ b/media/codec2/hidl/services/C2SoftwareCodecServiceRegistrant.cpp
@@ -23,7 +23,7 @@ #include <log/log.h> extern "C" void RegisterCodecServices() { - using namespace ::hardware::google::media::c2::V1_0; + using namespace ::android::hardware::media::c2::V1_0; android::sp<IComponentStore> store = new utils::ComponentStore( android::GetCodec2PlatformComponentStore());