Searched refs:RSFrameRateVote (Results 1 – 4 of 4) sorted by relevance
55 DelayedSingleton<RSFrameRateVote>::GetInstance()->isSwitchOn_ = false;56 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(60 DelayedSingleton<RSFrameRateVote>::GetInstance()->isSwitchOn_ = true;61 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(65 DelayedSingleton<RSFrameRateVote>::GetInstance()->isSwitchOn_ = false;66 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(71 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(76 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(80 DelayedSingleton<RSFrameRateVote>::GetInstance()->isSwitchOn_ = true;177 DelayedSingleton<RSFrameRateVote>::GetInstance()->isVoted_ = true;[all …]
28 RSFrameRateVote::RSFrameRateVote() in RSFrameRateVote() function in OHOS::Rosen::RSFrameRateVote39 RSFrameRateVote::~RSFrameRateVote() in ~RSFrameRateVote()45 void RSFrameRateVote::VideoFrameRateVote(uint64_t surfaceNodeId, OHSurfaceSource sourceType, in VideoFrameRateVote()75 void RSFrameRateVote::ReleaseSurfaceMap(uint64_t surfaceNodeId) in ReleaseSurfaceMap()92 void RSFrameRateVote::SurfaceVideoVote(uint64_t surfaceNodeId, uint32_t rate) in SurfaceVideoVote()122 void RSFrameRateVote::VoteRate(pid_t pid, std::string eventName, uint32_t rate) in VoteRate()134 void RSFrameRateVote::CancelVoteRate(pid_t pid, std::string eventName) in CancelVoteRate()147 void RSFrameRateVote::NotifyRefreshRateEvent(pid_t pid, EventInfo eventInfo) in NotifyRefreshRateEvent()
28 class RSFrameRateVote {29 DECLARE_DELAYED_SINGLETON(RSFrameRateVote);
1029 DelayedSingleton<RSFrameRateVote>::GetInstance()->VideoFrameRateVote(surfaceHandler.GetNodeId(), in ConsumeAndUpdateBuffer()