Home
last modified time | relevance | path

Searched refs:VSyncSystemAbilityListener (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_system_ability_listener.h23 class VSyncSystemAbilityListener : public SystemAbilityStatusChangeStub {
25VSyncSystemAbilityListener(const std::string& threadName, const std::string& uid, const std::strin… in VSyncSystemAbilityListener() function
27 virtual ~VSyncSystemAbilityListener() = default;
H A Dvsync_distributor.h185 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
H A Dvsync_generator.h158 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_system_ability_listener.cpp29 void VSyncSystemAbilityListener::OnAddSystemAbility(int32_t systemAbilityId, const std::string& dev… in OnAddSystemAbility()
53 void VSyncSystemAbilityListener::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string& … in OnRemoveSystemAbility()
H A Dvsync_generator.cpp520 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
H A Dvsync_distributor.cpp796 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.h88 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
H A Drs_uni_render_thread.h252 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
H A Drs_hardware_thread.cpp653 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
H A Drs_uni_render_thread.cpp482 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
H A Drs_main_thread.h736 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
H A Drs_main_thread.cpp908 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()