Home
last modified time | relevance | path

Searched refs:replyPacker_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h91 DISPLAY_CHECK(replyPacker_.WriteUint32(devId) == false, in ReplyNotSkipInfo()
94 DISPLAY_CHECK(replyPacker_.WriteBool(commitInfo.needFlush) == false, in ReplyNotSkipInfo()
99 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyNotSkipInfo()
108 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyNotSkipInfo()
130 DISPLAY_CHECK(replyPacker_.WriteInt32(commitInfo.skipRet) == false, in ReplyCommitAndGetReleaseFence()
138 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyCommitAndGetReleaseFence()
148 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyCommitAndGetReleaseFence()
275 replyPacker_.PackEnd(CONTROL_CMD_REPLY_END); in CmdRequest()
279 replyPacker_.Dump(); in CmdRequest()
284 outEleCnt = replyPacker_.ValidSize() >> CmdUtils::MOVE_SIZE; in CmdRequest()
[all …]
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h197 replyPacker_.PackEnd(CONTROL_CMD_REPLY_END); in CmdRequest()
201 replyPacker_.Dump(); in CmdRequest()
206 outEleCnt = replyPacker_.ValidSize() >> CmdUtils::MOVE_SIZE; in CmdRequest()
235 return CmdUtils::StartPack(CONTROL_CMD_REPLY_BEGIN, replyPacker_); in InitReply()
248 bool result = replyPacker_.WriteUint32(errCnt); in OnRequestEnd()
252 result = replyPacker_.WriteInt32(it->first); in OnRequestEnd()
257 result = replyPacker_.WriteInt32(it->second); in OnRequestEnd()
261 result = CmdUtils::EndSection(replyPacker_); in OnRequestEnd()
297 DISPLAY_CHECK(replyPacker_.WriteUint32(devId) == false, goto EXIT); in OnPrepareDisplayLayers()
315 ret = CmdUtils::EndSection(replyPacker_); in OnPrepareDisplayLayers()
[all …]