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

Commit 153df81c authored by Wonsik Kim's avatar Wonsik Kim
Browse files

C2BlockInternal: fix header inclusion

Pull HIDL IGraphicBufferSource inclusion from header.

Test: m
Change-Id: I3ec7904413d9b0e63a2231fac112883ef101b9e2
parent 5ec480f6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -17,10 +17,14 @@
#ifndef ANDROID_STAGEFRIGHT_C2BLOCK_INTERNAL_H_
#define ANDROID_STAGEFRIGHT_C2BLOCK_INTERNAL_H_

#include <android/hardware/graphics/bufferqueue/2.0/IGraphicBufferProducer.h>

#include <C2Buffer.h>

#include <utils/RefBase.h>

namespace android::hardware::graphics::bufferqueue::V2_0 {
struct IGraphicBufferProducer;
}

// Note: HIDL-BufferPool and AIDL-BufferPool are not compatible
namespace android::hardware::media::bufferpool {