Searched refs:CrosGralloc4Allocator (Results 1 – 4 of 4) sorted by relevance
26 CrosGralloc4Allocator::CrosGralloc4Allocator() : mDriver(std::make_unique<cros_gralloc_driver>()) { in CrosGralloc4Allocator() function in CrosGralloc4Allocator33 Error CrosGralloc4Allocator::allocate(const BufferDescriptorInfo& descriptor, uint32_t* outStride, in allocate()81 Return<void> CrosGralloc4Allocator::allocate(const hidl_vec<uint8_t>& descriptor, uint32_t count, in allocate()
12 class CrosGralloc4Allocator : public android::hardware::graphics::allocator::V4_0::IAllocator {14 CrosGralloc4Allocator();
19 sp<IAllocator> allocator = new CrosGralloc4Allocator(); in main()
55 "CrosGralloc4Allocator.cc",