diff options
Diffstat (limited to 'audio/core/all-versions/default/StreamIn.cpp')
-rw-r--r-- | audio/core/all-versions/default/StreamIn.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/core/all-versions/default/StreamIn.cpp b/audio/core/all-versions/default/StreamIn.cpp index 8446382977..db0eaf619f 100644 --- a/audio/core/all-versions/default/StreamIn.cpp +++ b/audio/core/all-versions/default/StreamIn.cpp @@ -28,15 +28,15 @@ #include <utils/Trace.h> #include <memory> -using ::android::hardware::audio::common::CPP_VERSION::ThreadInfo; -using ::android::hardware::audio::CPP_VERSION::MessageQueueFlagBits; - namespace android { namespace hardware { 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 { |