Home
last modified time | relevance | path

Searched refs:RosenError (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h50 RosenError RegScreenHotplug(OnScreenHotplugFunc func, void* data);
51 RosenError RegScreenRefresh(OnScreenRefreshFunc func, void* data);
52 RosenError RegPrepareComplete(OnPrepareCompleteFunc func, void* data);
53 RosenError RegHwcDeadListener(OnHwcDeadCallback func, void* data);
54 RosenError RegScreenVBlankIdleCallback(OnVBlankIdleCallback func, void* data);
60 RosenError SetHdiBackendDevice(HdiDevice* device);
84 RosenError InitDevice();
H A Dhdi_output.h66 RosenError Init();
78 RosenError InitDevice();
80 RosenError SetHdiOutputDevice(HdiDevice* device);
H A Dhdi_layer_info.h552 RosenError SetLayerMaskInfo(LayerMask mask) in SetLayerMaskInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp34 RosenError HdiBackend::RegScreenHotplug(OnScreenHotplugFunc func, void* data) in RegScreenHotplug()
44 RosenError retCode = InitDevice(); in RegScreenHotplug()
58 RosenError HdiBackend::RegScreenRefresh(OnScreenRefreshFunc func, void* data) in RegScreenRefresh()
68 RosenError retCode = InitDevice(); in RegScreenRefresh()
82 RosenError HdiBackend::RegPrepareComplete(OnPrepareCompleteFunc func, void* data) in RegPrepareComplete()
95 RosenError HdiBackend::RegHwcDeadListener(OnHwcDeadCallback func, void* data) in RegHwcDeadListener()
102 RosenError retCode = InitDevice(); in RegHwcDeadListener()
116 RosenError HdiBackend::RegScreenVBlankIdleCallback(OnVBlankIdleCallback func, void* data) in RegScreenVBlankIdleCallback()
123 RosenError retCode = InitDevice(); in RegScreenVBlankIdleCallback()
340 RosenError HdiBackend::InitDevice() in InitDevice()
[all …]
H A Dhdi_output.cpp76 RosenError HdiOutput::Init() in Init()
108 RosenError HdiOutput::SetHdiOutputDevice(HdiDevice* device) in SetHdiOutputDevice()
/ohos5.0/foundation/graphic/graphic_2d/rosen/include/common/
H A Dgraphic_error.h30 enum RosenError : int32_t { enum
72 static const std::map<RosenError, std::string> RosenErrorStrs = {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp140 RosenError ret = HdiBackendTest::hdiBackend_->RegHwcDeadListener(func, nullptr);