Home
last modified time | relevance | path

Searched defs:ABuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DABuffer.h31 struct ABuffer : public RefBase { struct
44 static sp<ABuffer> CreateAsCopy(const void *data, size_t capacity); argument
52 virtual ~ABuffer(); argument
66 DISALLOW_EVIL_CONSTRUCTORS(ABuffer); argument
/frameworks/av/media/libstagefright/foundation/
DABuffer.cpp25 ABuffer::ABuffer(size_t capacity) in ABuffer() function in android::ABuffer
39 ABuffer::ABuffer(void *data, size_t capacity) in ABuffer() function in android::ABuffer