Searched refs:Allocate (Results 1 – 11 of 11) sorted by relevance
26 std::unique_ptr<MemoryChunk> MemoryChunk::Allocate(size_t size) { in Allocate() function in android::idmap2::MemoryChunk53 std::unique_ptr<MemoryChunk> chunk = MemoryChunk::Allocate(entry.uncompressed_length); in Uncompress()
141 static sp<LinearBlockBuffer> Allocate(174 static sp<ConstLinearBlockBuffer> Allocate(212 static sp<GraphicBlockBuffer> Allocate(280 static sp<ConstGraphicBlockBuffer> Allocate(
137 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer170 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer510 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer623 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
55 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()
33 static std::unique_ptr<MemoryChunk> Allocate(size_t size);
132 static MemoryBlock Allocate(size_t);
529 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
280 void* Allocate(size_t size) override { in transformHook() function in __anonee1e6f5f0111::transformHook::JvmtiAllocator282 jvmti_->Allocate(size, &res); in transformHook()515 void* Allocate(size_t size) override { in locktest_main() function in __anonee1e6f5f0111::locktest_main::NewDeleteAllocator
327 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()
51 virtual void* Allocate(size_t size);
144 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator