Searched refs:CreateBufferDescriptor (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id);
H A Dgr_device_impl.cpp124 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
210 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, function in class:gralloc1::GrallocImpl
216 return dev->buf_mgr_->CreateBufferDescriptor(out_descriptor);
H A Dgr_device_impl.h67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
H A Dgr_buf_mgr.cpp59 gralloc1_error_t BufferManager::CreateBufferDescriptor( function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id);
H A Dgr_device_impl.cpp129 return reinterpret_cast<gralloc1_function_pointer_t>(CreateBufferDescriptor);
209 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device,
215 return dev->buf_mgr_->CreateBufferDescriptor(out_descriptor);
H A Dgr_device_impl.h65 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
H A Dgr_buf_mgr.cpp56 gralloc1_error_t BufferManager::CreateBufferDescriptor( function in class:gralloc1::BufferManager

Completed in 51 milliseconds