Home
last modified time | relevance | path

Searched refs:ReleaseBuffer (Results 1 – 25 of 30) sorted by relevance

12

/hardware/qcom/sm7250/display/gralloc/
DQtiAllocator.cpp116 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
183 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
Dgr_buf_mgr.h45 Error ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.h103 static int32_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
Dgr_device_impl.cpp234 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()
DQtiMapper.cpp129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
DQtiMapper4.cpp136 return static_cast<IMapper_4_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
/hardware/qcom/sm8150/display/gralloc/
DQtiAllocator.cpp116 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
183 buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(b.getNativeHandle())); in allocate()
Dgr_buf_mgr.h46 Error ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
Dgr_device_impl.cpp234 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()
DQtiMapper.cpp129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
DQtiMapper4.cpp136 return static_cast<IMapper_4_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.cpp157 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()
Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.cpp157 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()
Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.cpp158 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()
Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
Dgr_device_impl.cpp164 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()
Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
Dgr_buf_mgr.cpp287 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) { in ReleaseBuffer() function in gralloc1::BufferManager

12