Home
last modified time | relevance | path

Searched refs:IMapper_3_0_Error (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
DQtiMapper.cpp110 static_cast<IMapper_3_0_Error>(buf_mgr_->RetainBuffer(PRIV_HANDLE_CONST(buffer_handle))); in importBuffer()
129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
174 return static_cast<IMapper_3_0_Error>(buf_mgr_->LockBuffer(hnd, usage)); in LockBuffer()
221 err = static_cast<IMapper_3_0_Error>(buf_mgr_->UnlockBuffer(PRIV_HANDLE_CONST(buffer))); in unlock()
234 if (static_cast<IMapper_3_0_Error>(buf_mgr_->IsBufferImported(hnd)) != Error::NONE) { in validateBufferSize()
241 err = static_cast<IMapper_3_0_Error>(buf_mgr_->ValidateBufferSize(hnd, info)); in validateBufferSize()
251 if (static_cast<IMapper_3_0_Error>(buf_mgr_->IsBufferImported(hnd)) != Error::NONE) { in getTransportSize()
275 err = static_cast<IMapper_3_0_Error>(Decode(descriptor, &desc)); in isSupported()
282 err = static_cast<IMapper_3_0_Error>(buf_mgr_->AllocateBuffer(desc, &buffer, 0, true)); in isSupported()
DQtiAllocator.cpp63 using IMapper_3_0_Error = android::hardware::graphics::mapper::V3_0::Error; typedef
91 hidl_cb(static_cast<IMapper_3_0_Error>(err), 0, hidl_vec<hidl_handle>()); in allocate()
113 hidl_cb(static_cast<IMapper_3_0_Error>(err), stride, hidl_buffers); in allocate()
DQtiMapper.h72 using IMapper_3_0_Error = ::android::hardware::graphics::mapper::V3_0::Error; variable
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp110 static_cast<IMapper_3_0_Error>(buf_mgr_->RetainBuffer(PRIV_HANDLE_CONST(buffer_handle))); in importBuffer()
129 return static_cast<IMapper_3_0_Error>(buf_mgr_->ReleaseBuffer(PRIV_HANDLE_CONST(buffer))); in freeBuffer()
174 return static_cast<IMapper_3_0_Error>(buf_mgr_->LockBuffer(hnd, usage)); in LockBuffer()
221 err = static_cast<IMapper_3_0_Error>(buf_mgr_->UnlockBuffer(PRIV_HANDLE_CONST(buffer))); in unlock()
234 if (static_cast<IMapper_3_0_Error>(buf_mgr_->IsBufferImported(hnd)) != Error::NONE) { in validateBufferSize()
241 err = static_cast<IMapper_3_0_Error>(buf_mgr_->ValidateBufferSize(hnd, info)); in validateBufferSize()
251 if (static_cast<IMapper_3_0_Error>(buf_mgr_->IsBufferImported(hnd)) != Error::NONE) { in getTransportSize()
275 err = static_cast<IMapper_3_0_Error>(Decode(descriptor, &desc)); in isSupported()
282 err = static_cast<IMapper_3_0_Error>(buf_mgr_->AllocateBuffer(desc, &buffer, 0, true)); in isSupported()
DQtiAllocator.cpp63 using IMapper_3_0_Error = android::hardware::graphics::mapper::V3_0::Error; typedef
91 hidl_cb(static_cast<IMapper_3_0_Error>(err), 0, hidl_vec<hidl_handle>()); in allocate()
113 hidl_cb(static_cast<IMapper_3_0_Error>(err), stride, hidl_buffers); in allocate()
DQtiMapper.h72 using IMapper_3_0_Error = ::android::hardware::graphics::mapper::V3_0::Error; variable