Home
last modified time | relevance | path

Searched refs:ToError (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_device_impl.cpp97 inline gralloc1_error_t ToError(Error error) { in ToError() function
495 status = ToError(dev->buf_mgr_->RetainBuffer(hnd)); in RetainBuffer()
508 return ToError(dev->buf_mgr_->ReleaseBuffer(hnd)); in ReleaseBuffer()
613 status = ToError(dev->buf_mgr_->LockBuffer( in LockBuffer()
660 return ToError(dev->buf_mgr_->UnlockBuffer(hnd)); in UnlockBuffer()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_device_impl.cpp97 inline gralloc1_error_t ToError(Error error) { in ToError() function
517 status = ToError(dev->buf_mgr_->RetainBuffer(hnd)); in RetainBuffer()
530 return static_cast<int32_t>((ToError(dev->buf_mgr_->ReleaseBuffer(hnd)))); in ReleaseBuffer()
635 status = ToError(dev->buf_mgr_->LockBuffer( in LockBuffer()
682 return static_cast<int32_t>(ToError(dev->buf_mgr_->UnlockBuffer(hnd))); in UnlockBuffer()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_device_impl.cpp97 inline gralloc1_error_t ToError(Error error) { in ToError() function
514 status = ToError(dev->buf_mgr_->RetainBuffer(hnd)); in RetainBuffer()
527 return ToError(dev->buf_mgr_->ReleaseBuffer(hnd)); in ReleaseBuffer()
632 status = ToError(dev->buf_mgr_->LockBuffer( in LockBuffer()
679 return ToError(dev->buf_mgr_->UnlockBuffer(hnd)); in UnlockBuffer()