Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocator.h67 hidl_vec<hidl_handle> hidlBuffers(buffers.cbegin(), buffers.cend()); in allocate()
68 hidl_cb(Error::NONE, stride, hidlBuffers); in allocate()
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp205 hidl_vec<hidl_handle> hidlBuffers; in allocate() local
208 hidlBuffers.setToExternal(grallocBuffers.data(), grallocBuffers.size()); in allocate()
210 hidl_cb(error, stride, hidlBuffers); in allocate()