Searched refs:VSyncSystemAbilityListener (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_system_ability_listener.h | 23 class VSyncSystemAbilityListener : public SystemAbilityStatusChangeStub { 25 …VSyncSystemAbilityListener(const std::string& threadName, const std::string& uid, const std::strin… in VSyncSystemAbilityListener() function 27 virtual ~VSyncSystemAbilityListener() = default;
|
H A D | vsync_distributor.h | 185 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
|
H A D | vsync_generator.h | 158 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_system_ability_listener.cpp | 29 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 D | vsync_generator.cpp | 520 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
|
H A D | vsync_distributor.cpp | 796 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.h | 88 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
|
H A D | rs_uni_render_thread.h | 252 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
|
H A D | rs_hardware_thread.cpp | 653 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
|
H A D | rs_uni_render_thread.cpp | 482 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
|
H A D | rs_main_thread.h | 736 sptr<VSyncSystemAbilityListener> saStatusChangeListener_ = nullptr;
|
H A D | rs_main_thread.cpp | 908 …saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid,… in SubScribeSystemAbility()
|