Searched refs:GrallocAllocator (Results 1 – 6 of 6) sorted by relevance
41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in android::hardware::graphics::allocator::HIDL_IALLOCATOR_NAMESPACE::implementation::GrallocAllocator51 GrallocAllocator::~GrallocAllocator() in ~GrallocAllocator()67 Return<void> GrallocAllocator::dumpDebugInfo(dumpDebugInfo_cb hidl_cb) in dumpDebugInfo()90 Return<void> GrallocAllocator::allocate(const BufferDescriptor& descriptor, in allocate()176 return new GrallocAllocator(); in HIDL_FETCH_IAllocator()
39 class GrallocAllocator : public IAllocator42 GrallocAllocator();43 virtual ~GrallocAllocator();
41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in arm::allocator::GrallocAllocator47 GrallocAllocator::~GrallocAllocator() in ~GrallocAllocator()52 Return<void> GrallocAllocator::allocate(const BufferDescriptor &descriptor, uint32_t count, allocat… in allocate()
31 class GrallocAllocator : public IAllocator39 GrallocAllocator();45 virtual ~GrallocAllocator();
85 "GrallocAllocator.cpp",
28 using arm::allocator::GrallocAllocator;31 android::sp<GrallocAllocator> service = new GrallocAllocator(); in main()