Home
last modified time | relevance | path

Searched refs:CheckRet (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp147 CheckRet(device_->GetSupportedPresentTimestampType(screenId_, layerId_, supportedPresentTimestamptype_), in CreateLayer()
366 // because hdi interface func is not implemented, delete CheckRet to avoid excessive print of log in SetLayerColor()
395 // because hdi interface func is not implemented, delete CheckRet to avoid excessive print of log in SetLayerColorDataSpace()
427 // because hdi interface func is not implemented, delete CheckRet to avoid excessive print of log in SetLayerMetaData()
461 // because hdi interface func is not implemented, delete CheckRet to avoid excessive print of log in SetLayerMetaDataSet()
494 CheckRet(ret, "GetPresentTimestamp"); in SetLayerPresentTimestamp()
523 CheckRet(ret, "SetLayerAlpha"); in SetHdiLayerInfo()
525 CheckRet(ret, "SetLayerSize"); in SetHdiLayerInfo()
527 CheckRet(ret, "SetTransformMode"); in SetHdiLayerInfo()
529 CheckRet(re in SetHdiLayerInfo()
704 void HdiLayer::CheckRet(int32_t ret, const char* func) CheckRet() function in OHOS::Rosen::HdiLayer
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h124 inline void CheckRet(int32_t ret, const char* func);

Completed in 2 milliseconds