Home
last modified time | relevance | path

Searched refs:GrallocAllocator (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc3/src/
DGrallocAllocator.cpp41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in android::hardware::graphics::allocator::HIDL_IALLOCATOR_NAMESPACE::implementation::GrallocAllocator
51 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()
DGrallocAllocator.h39 class GrallocAllocator : public IAllocator
42 GrallocAllocator();
43 virtual ~GrallocAllocator();
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocAllocator.cpp41 GrallocAllocator::GrallocAllocator() in GrallocAllocator() function in arm::allocator::GrallocAllocator
47 GrallocAllocator::~GrallocAllocator() in ~GrallocAllocator()
52 Return<void> GrallocAllocator::allocate(const BufferDescriptor &descriptor, uint32_t count, allocat… in allocate()
DGrallocAllocator.h31 class GrallocAllocator : public IAllocator
39 GrallocAllocator();
45 virtual ~GrallocAllocator();
DAndroid.bp85 "GrallocAllocator.cpp",
/hardware/google/gchips/gralloc4/service/4.x/
Dservice.cpp28 using arm::allocator::GrallocAllocator;
31 android::sp<GrallocAllocator> service = new GrallocAllocator(); in main()