Searched refs:voteInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 1018 voteInfo.voterName.c_str(), voteInfo.pid, voteInfo.extInfo.c_str(), in DeliverRefreshRateVote() 1019 eventStatus, voteInfo.min, voteInfo.max); in DeliverRefreshRateVote() 1020 if (voteInfo.min > voteInfo.max) { in DeliverRefreshRateVote() 1022 … voteInfo.voterName.c_str(), voteInfo.pid, voteInfo.extInfo.c_str(), voteInfo.min, voteInfo.max); in DeliverRefreshRateVote() 1040 if ((*it).pid != voteInfo.pid) { in DeliverRefreshRateVote() 1050 if ((*it).min != voteInfo.min || (*it).max != voteInfo.max) { in DeliverRefreshRateVote() 1053 vec.push_back(voteInfo); in DeliverRefreshRateVote() 1066 vec.push_back(voteInfo); in DeliverRefreshRateVote() 1337 voteInfo.min = min; in SetResultVoteInfo() 1338 voteInfo.max = max; in SetResultVoteInfo() [all …]
|
H A D | hgm_frame_rate_manager.h | 193 void DeliverRefreshRateVote(const VoteInfo& voteInfo, bool eventStatus); 202 void SetResultVoteInfo(VoteInfo& voteInfo, uint32_t min, uint32_t max);
|