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

Commit 2dd4bdd7 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Move libnbaio out of AudioFlinger

libnbaio is now a separate shared library from AudioFlinger, rather
than a static library used only by AudioFlinger.

AudioBufferProvider interface is now also independent of AudioFlinger,
moved to include/media/

Change-Id: I9bb62ffbc38d42a38b0af76e66da5e9ab1e0e21b
parent 0a24726a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#ifndef ANDROID_EXTENDED_AUDIO_BUFFER_PROVIDER_H
#define ANDROID_EXTENDED_AUDIO_BUFFER_PROVIDER_H

#include "AudioBufferProvider.h"
#include <media/AudioBufferProvider.h>

namespace android {

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#define ANDROID_AUDIO_BUFFER_PROVIDER_SOURCE_H

#include "NBAIO.h"
#include "AudioBufferProvider.h"
#include <media/AudioBufferProvider.h>

namespace android {

Loading