diff options
author | Mikhail Naganov <mnaganov@google.com> | 2018-12-14 14:31:45 -0800 |
---|---|---|
committer | Mikhail Naganov <mnaganov@google.com> | 2018-12-14 16:34:28 -0800 |
commit | 00a44c0fc2bb46b5b93b6b426b97a0b9591d9f5a (patch) | |
tree | 15bc80f8ed771c1e595b1354dffd6ad36b538db4 /audio/core/all-versions/default/StreamIn.cpp | |
parent | 0c157d30f2ea75b82a80b248816e9a53da8560a5 (diff) |
Audio HAL: More generalization for types imports
Complement imports of audio::CPP_VERSION with audio::common::CPP_VERSION
for core.
Import namespaces in VTS tests.
Remove "using namespace" from .cpp files where there
are already imports in the .h file.
Test: try moving types between audio/types.hal and common/types.hal.
Change-Id: I49c2e2466c8175f2516c2273f5c26d125afd4801
Diffstat (limited to 'audio/core/all-versions/default/StreamIn.cpp')
-rw-r--r-- | audio/core/all-versions/default/StreamIn.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/core/all-versions/default/StreamIn.cpp b/audio/core/all-versions/default/StreamIn.cpp index db0eaf619f..ac7c2cbb3b 100644 --- a/audio/core/all-versions/default/StreamIn.cpp +++ b/audio/core/all-versions/default/StreamIn.cpp @@ -34,9 +34,6 @@ namespace audio { namespace CPP_VERSION { namespace implementation { -using namespace ::android::hardware::audio::common::CPP_VERSION; -using namespace ::android::hardware::audio::CPP_VERSION; - namespace { class ReadThread : public Thread { |