Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance
149 static sp<LinearBlockBuffer> Allocate(182 static sp<ConstLinearBlockBuffer> Allocate(219 static sp<GraphicBlockBuffer> Allocate(289 static sp<ConstGraphicBlockBuffer> Allocate(
138 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer171 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer499 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer608 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
415 return GraphicBlockBuffer::Allocate( in AllocateGraphicBuffer()839 return LinearBlockBuffer::Allocate(mFormat, block); in alloc()1297 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()1340 return ConstGraphicBlockBuffer::Allocate( in wrap()
132 static MemoryBlock Allocate(size_t);
529 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
601 m_grallocInterface.Allocate = reinterpret_cast<GRALLOC1_PFN_ALLOCATE>( in NativeBufferInterface()650 if (!(res = m_grallocInterface.Allocate(m_pGralloc1Device, 1, &desc, &temp_mem))) { in GetGrallocBufferStride()
129 int32_t (*Allocate)( member
55 * Allocate an IOmxNode instance with the specified node name.
213 * Allocate an opaque buffer on a port as a native handle.
322 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()