Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
DQtiAllocator.cpp108 hidl_vec<hidl_handle> hidl_buffers; in allocate() local
111 hidl_buffers.setToExternal(buffers.data(), buffers.size()); in allocate()
113 hidl_cb(static_cast<IMapper_3_0_Error>(err), stride, hidl_buffers); in allocate()
175 hidl_vec<hidl_handle> hidl_buffers; in allocate() local
178 hidl_buffers.setToExternal(buffers.data(), buffers.size()); in allocate()
180 hidl_cb(static_cast<IMapper_4_0_Error>(err), stride, hidl_buffers); in allocate()
/hardware/qcom/sm8150/display/gralloc/
DQtiAllocator.cpp108 hidl_vec<hidl_handle> hidl_buffers; in allocate() local
111 hidl_buffers.setToExternal(buffers.data(), buffers.size()); in allocate()
113 hidl_cb(static_cast<IMapper_3_0_Error>(err), stride, hidl_buffers); in allocate()
175 hidl_vec<hidl_handle> hidl_buffers; in allocate() local
178 hidl_buffers.setToExternal(buffers.data(), buffers.size()); in allocate()
180 hidl_cb(static_cast<IMapper_4_0_Error>(err), stride, hidl_buffers); in allocate()
/hardware/qcom/sdm845/display/gralloc/
DQtiAllocator.cpp87 hidl_vec<hidl_handle> hidl_buffers; in allocate() local
90 hidl_buffers.setToExternal(buffers.data(), buffers.size()); in allocate()
92 hidl_cb(err, stride, hidl_buffers); in allocate()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.cc214 const hidl_vec<StreamBuffer>& hidl_buffers = in RequestStreamBuffers() local
216 for (auto& hidl_buffer : hidl_buffers) { in RequestStreamBuffers()