Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 11 of 11) 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
53 std::unique_ptr<MemoryChunk> chunk = MemoryChunk::Allocate(entry.uncompressed_length); in Uncompress()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h141 static sp<LinearBlockBuffer> Allocate(
174 static sp<ConstLinearBlockBuffer> Allocate(
212 static sp<GraphicBlockBuffer> Allocate(
280 static sp<ConstGraphicBlockBuffer> Allocate(
DCodec2Buffer.cpp137 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer
170 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer
510 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer
623 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
DCCodecBuffers.cpp55 return GraphicBlockBuffer::Allocate( in AllocateGraphicBuffer()
807 return LinearBlockBuffer::Allocate(format, block); in Alloc()
1256 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()
1305 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/tools/lock_agent/
Dagent.cpp280 void* Allocate(size_t size) override { in transformHook() function in __anonee1e6f5f0111::transformHook::JvmtiAllocator
282 jvmti_->Allocate(size, &res); in transformHook()
515 void* Allocate(size_t size) override { in locktest_main() function in __anonee1e6f5f0111::locktest_main::NewDeleteAllocator
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp327 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()
/frameworks/base/startop/view_compiler/
Ddex_builder.h51 virtual void* Allocate(size_t size);
Ddex_builder.cc144 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator