Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/cmds/idmap2/libidmap2/
DZipFile.cpp26 std::unique_ptr<MemoryChunk> MemoryChunk::Allocate(size_t size) { in Allocate() function in android::idmap2::MemoryChunk
52 std::unique_ptr<MemoryChunk> chunk = MemoryChunk::Allocate(entry.uncompressed_length); in Uncompress()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h154 static sp<LinearBlockBuffer> Allocate(
187 static sp<ConstLinearBlockBuffer> Allocate(
224 static sp<GraphicBlockBuffer> Allocate(
292 static sp<ConstGraphicBlockBuffer> Allocate(
DCodec2Buffer.cpp129 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer
162 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer
498 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer
611 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
DCCodecBuffers.cpp52 return GraphicBlockBuffer::Allocate( in AllocateGraphicBuffer()
563 return LinearBlockBuffer::Allocate(format, block); in Alloc()
1003 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()
1053 return ConstGraphicBlockBuffer::Allocate( in wrap()
/frameworks/base/cmds/idmap2/include/idmap2/
DZipFile.h33 static std::unique_ptr<MemoryChunk> Allocate(size_t size);
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h132 static MemoryBlock Allocate(size_t);
DCodec2BufferUtils.cpp529 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
/frameworks/base/startop/view_compiler/
Ddex_builder.h49 virtual void* Allocate(size_t size);
Ddex_builder.cc127 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp322 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m214 // Allocate and initialize a 1MB blob.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc495 template<typename Type> Type* Allocate();
883 EnumValueDescriptor* result = tables->Allocate<EnumValueDescriptor>(); in FindEnumValueByNumberCreatingIfUnknown()
982 Type* DescriptorPool::Tables::Allocate() { in Allocate() function in google::protobuf::DescriptorPool::Tables
3574 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); in NewPlaceholderFile()
3861 FileDescriptor* result = tables_->Allocate<FileDescriptor>(); in BuildFileImpl()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt708 // Allocate a protobuf message in the arena.