Home
last modified time | relevance | path

Searched refs:fb_allocator (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DAllocator.cpp36 std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator) in allocate() argument
39 GRALLOC_UNUSED(fb_allocator); in allocate()
58 fb_allocator) in allocate()
60 allocResult = fb_allocator(&bufferDescriptor, &tmpBuffer); in allocate()
H A DAllocator.h55 … std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator = nullptr);