Home
last modified time | relevance | path

Searched refs:CrosGralloc4Allocator (Results 1 – 4 of 4) sorted by relevance

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc26 CrosGralloc4Allocator::CrosGralloc4Allocator() : mDriver(std::make_unique<cros_gralloc_driver>()) { in CrosGralloc4Allocator() function in CrosGralloc4Allocator
33 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()
DCrosGralloc4Allocator.h12 class CrosGralloc4Allocator : public android::hardware::graphics::allocator::V4_0::IAllocator {
14 CrosGralloc4Allocator();
DCrosGralloc4AllocatorService.cc19 sp<IAllocator> allocator = new CrosGralloc4Allocator(); in main()
DAndroid.bp55 "CrosGralloc4Allocator.cc",