/hardware/qcom/sm7250/display/gralloc/ |
D | QtiAllocator.cpp | 116 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate() 183 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
|
D | gr_buf_mgr.h | 45 Error ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.h | 103 static int32_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
D | gr_device_impl.cpp | 234 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 523 int32_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc::GrallocImpl 530 return static_cast<int32_t>((ToError(dev->buf_mgr_->ReleaseBuffer(hnd)))); in ReleaseBuffer()
|
D | QtiMapper.cpp | 129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
|
D | QtiMapper4.cpp | 136 return static_cast<IMapper_4_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiAllocator.cpp | 116 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate() 183 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
|
D | gr_buf_mgr.h | 46 Error ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.h | 103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
D | gr_device_impl.cpp | 234 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 520 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc::GrallocImpl 527 return ToError(dev->buf_mgr_->ReleaseBuffer(hnd)); in ReleaseBuffer()
|
D | QtiMapper.cpp | 129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
|
D | QtiMapper4.cpp | 136 return static_cast<IMapper_4_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.cpp | 157 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 403 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc1::GrallocImpl 408 status = dev->buf_mgr_->ReleaseBuffer(hnd); in ReleaseBuffer()
|
D | gr_buf_mgr.h | 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.h | 103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.cpp | 157 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 403 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc1::GrallocImpl 410 return dev->buf_mgr_->ReleaseBuffer(hnd); in ReleaseBuffer()
|
D | gr_buf_mgr.h | 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.h | 103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.cpp | 158 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 386 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc1::GrallocImpl 391 status = dev->buf_mgr_->ReleaseBuffer(hnd); in ReleaseBuffer()
|
D | gr_device_impl.h | 103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
|
D | gr_device_impl.cpp | 164 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer); in GetFunction() 404 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() function in gralloc1::GrallocImpl 411 return dev->buf_mgr_->ReleaseBuffer(hnd); in ReleaseBuffer()
|
D | gr_device_impl.h | 103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
|
D | gr_buf_mgr.cpp | 287 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) { in ReleaseBuffer() function in gralloc1::BufferManager
|