Home
last modified time | relevance | path

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

/hardware/google/gchips/GrallocHAL/src/hidl_common/
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()
DAllocator.h55 … std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator = nullptr);
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp40 std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator) in allocate() argument
43 GRALLOC_UNUSED(fb_allocator); in allocate()
63 fb_allocator) in allocate()
65 allocResult = fb_allocator(&bufferDescriptor, &tmpBuffer); in allocate()
DAllocator.h55 … std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator = nullptr);