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

Commit abdcf3a6 authored by Robert Wu's avatar Robert Wu
Browse files

AAudio: Cleanup import Android

Bug: 289400027
Test: presubmit
Change-Id: I9d977aa38c624d0e73140e2a3730e694e5e59ae9
parent 71e4ee61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
#include <stdint.h>
#include "FifoControllerBase.h"

using namespace android;  // TODO just import names needed
using android::FifoControllerBase;
using android::fifo_frames_t;

FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold)
        : mCapacity(capacity)