Searched defs:Chunk (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResChunkPullParser.h44 Chunk, member in class:aapt::ResChunkPullParser::Event
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h19 /** \class Chunk
20 * \brief Chunk is the basic unit of the storage of the LinearAllocator
25 class Chunk { class in namespace:mcld
30 Chunk() : next(NULL), bound(0) {} function in class:mcld::Chunk
43 Chunk* next;
49 class Chunk<DataType, 0> { class in namespace:mcld
54 Chunk() : next(NULL), bound(0) { function in class:mcld::Chunk
61 ~Chunk() {
79 Chunk* next;
86 size_t Chunk<DataTyp
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h117 struct Chunk { struct in class:android::MPEG4Writer
123 Chunk(): mTrack(NULL), mTimeStampUs(0) {} function in struct:android::MPEG4Writer::Chunk
125 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) function in struct:android::MPEG4Writer::Chunk
132 List<Chunk> mChunks; // Remaining chunks to be written
145 List<ChunkInfo> mChunkInfos; // Chunk infos
155 void bufferChunk(const Chunk& chunk);
162 bool findChunkToWrite(Chunk *chunk);
165 void writeChunkToFile(Chunk* chunk);
/frameworks/base/libs/hwui/
H A DDisplayList.h114 struct Chunk { struct in class:android::uirenderer::DisplayListData
144 const Vector<Chunk>& getChunks() const {
168 Vector<Chunk> chunks;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 283 milliseconds