Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d0dd68b authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

remove extraneous `using namespace android` and deprecate utils/Log.h

am: 357552eb

Change-Id: I36120c44e85c9ac35fb44e6f200b0f4341343b94
parents 4c09f57e 357552eb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "AAudio"
//#define LOG_NDEBUG 0
#include <utils/Log.h>
#include <log/log.h>

#include <stdint.h>

@@ -25,7 +25,6 @@

#define MIN_LATENESS_NANOS (10 * AAUDIO_NANOS_PER_MICROSECOND)

using namespace android;
using namespace aaudio;

IsochronousClockModel::IsochronousClockModel()
+1 −2
Original line number Diff line number Diff line
@@ -16,12 +16,11 @@

#define LOG_TAG "AAudioService"
//#define LOG_NDEBUG 0
#include <utils/Log.h>
#include <log/log.h>

#include <aaudio/AAudio.h>
#include "SharedMemoryProxy.h"

using namespace android;
using namespace aaudio;

SharedMemoryProxy::~SharedMemoryProxy()