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

Commit f4a06350 authored by Robert Wu's avatar Robert Wu Committed by Android (Google) Code Review
Browse files

Merge "AAudio: Cleanup import Android"

parents b9c06243 abdcf3a6
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)