Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/lib/
DMemChunk.cpp64 bool MemChunk::allocate(size_t size) { in allocate() function in MemChunk
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h141 value_type* allocate(size_t N) { in allocate() function
148 value_type* allocate() { in allocate() function
DAllocators.h154 pointer allocate(size_type N) { in allocate() function
171 pointer allocate() { in allocate() function
DCXADemangle.tcc4743 arena<N>::allocate(std::size_t n) in allocate() function in mcld::arena
4786 T* allocate(std::size_t n) in allocate() function in mcld::short_alloc
4828 T* allocate(std::size_t n) in allocate() function in mcld::malloc_alloc
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java339 public abstract void allocate(FrameType frameType); in allocate() method in BackingStore.Backing
419 public void allocate(FrameType frameType) { in allocate() method in BackingStore.ObjectBacking
492 public void allocate(FrameType frameType) { in allocate() method in BackingStore.BitmapBacking
586 public void allocate(FrameType frameType) { in allocate() method in BackingStore.TextureBacking
699 public void allocate(FrameType frameType) { in allocate() method in BackingStore.ByteBufferBacking
806 public void allocate(FrameType frameType) { in allocate() method in BackingStore.AllocationBacking
DTextureSource.java63 public void allocate(int width, int height) { in allocate() method in TextureSource
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DNativeBuffer.java126 private native boolean allocate(int size); in allocate() method in NativeBuffer
DNativeProgram.java155 private native boolean allocate(); in allocate() method in NativeProgram
DShaderProgram.java251 private native boolean allocate(GLEnvironment glEnv, in allocate() method in ShaderProgram
/frameworks/base/libs/hwui/
DRenderBuffer.h80 void allocate() { in allocate() function
DFontRenderer.cpp399 bool allocate) { in createCacheTexture()
/frameworks/av/media/mtp/
DMtpPacket.cpp55 void MtpPacket::allocate(size_t length) { in allocate() function in android::MtpPacket
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.cpp50 TEST_F(RTLinearAllocatorTest, allocate ) { in TEST_F() argument
DLinearAllocatorTest.cpp49 TEST_F( LinearAllocatorTest, allocate ) { in TEST_F() argument
/frameworks/native/libs/binder/
DMemoryDealer.cpp239 sp<IMemory> MemoryDealer::allocate(size_t size) in allocate() function in android::MemoryDealer
293 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) in allocate() function in android::SimpleBestFitAllocator
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java477 private void allocate(Context context, Uri contactRef) { in allocate() method in CallerInfoAsyncQuery