/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | forever_alloc.h | 38 T* Allocate() { in Allocate() function 43 void* Allocate(size_t size, size_t align) { in Allocate() function 97 return g_forever_allocator.Allocate(size, align); in AllocateForever()
|
/frameworks/libs/binary_translation/base/ |
D | forever_alloc_test.cc | 44 uintptr_t curr = reinterpret_cast<uintptr_t>(alloc.Allocate(size, align)); in CheckBasicAllocations() 55 uintptr_t curr = reinterpret_cast<uintptr_t>(alloc.Allocate(size, align)); in CheckBasicAllocations() 77 uintptr_t curr = reinterpret_cast<uintptr_t>(g_alloc.Allocate(size, align)); in CheckStressAllocations()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.h | 142 static sp<LinearBlockBuffer> Allocate( 175 static sp<ConstLinearBlockBuffer> Allocate( 213 static sp<GraphicBlockBuffer> Allocate( 281 static sp<ConstGraphicBlockBuffer> Allocate(
|
D | CCodecBuffers.cpp | 67 return GraphicBlockBuffer::Allocate( in AllocateInputGraphicBuffer() 425 srcBuffer = ConstLinearBlockBuffer::Allocate(mFormat, src); in convert() 1052 return LinearBlockBuffer::Allocate(format, block); in Alloc() 1570 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap() 1609 return ConstGraphicBlockBuffer::Allocate( in wrap()
|
D | Codec2Buffer.cpp | 144 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer 177 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer 697 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer 827 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
|
D | CCodec.cpp | 1725 buffer = GraphicBlockBuffer::Allocate( in configure()
|
/frameworks/libs/binary_translation/backend/common/ |
D | reg_alloc.cc | 276 void Allocate(); 363 void VRegLifetimeAllocator::Allocate() { in Allocate() function in berberis::__anond2b481c90111::VRegLifetimeAllocator 397 allocator.Allocate(); in AllocRegs()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.h | 165 static MemoryBlock Allocate(size_t);
|
D | Codec2BufferUtils.cpp | 786 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
|
/frameworks/base/tools/lock_agent/ |
D | agent.cpp | 280 void* Allocate(size_t size) override { in transformHook() function in __anon1a410cf30111::transformHook::JvmtiAllocator 282 jvmti_->Allocate(size, &res); in transformHook() 515 void* Allocate(size_t size) override { in locktest_main() function in __anon1a410cf30111::locktest_main::NewDeleteAllocator
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 742 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.cpp | 772 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / (mIs10Bit? 1 : 2)); in initEncoder()
|