Home
last modified time | relevance | path

Searched refs:StartSection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h134 ret = CmdUtils::StartSection(REQUEST_CMD_SET_DISPLAY_CLIENT_BUFFER, requestPacker_); in SetDisplayClientBuffer()
214 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_COMMIT, requestPacker_); in Commit()
248 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_ALPHA, requestPacker_); in SetLayerAlpha()
295 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_REGION, requestPacker_); in SetLayerRegion()
326 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_CROP, requestPacker_); in SetLayerCrop()
358 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_ZORDER, requestPacker_); in SetLayerZorder()
390 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_PREMULTI, requestPacker_); in SetLayerPreMulti()
537 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_BUFFER, requestPacker_); in SetLayerBuffer()
622 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_BLEND_TYPE, requestPacker_); in SetLayerBlendType()
654 ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_MASK_INFO, requestPacker_); in SetLayerMaskInfo()
[all …]
H A Ddisplay_cmd_responser.h244 int32_t ret = CmdUtils::StartSection(REPLY_CMD_SET_ERROR, replyPacker_); in OnRequestEnd()
294 ret = CmdUtils::StartSection(REPLY_CMD_PREPARE_DISPLAY_LAYERS, replyPacker_); in OnPrepareDisplayLayers()
510 … DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::StartSection(REPLY_CMD_COMMIT, replyPacker_), in OnCommit()
H A Ddisplay_cmd_utils.h94 static int32_t StartSection(int32_t cmdId, CommandDataPacker& packer) in StartSection() function
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h57 … int32_t ret = CmdUtils::StartSection(REQUEST_CMD_COMMIT_AND_GET_RELEASE_FENCE, requestPacker_); in CommitAndGetReleaseFence()
249 ret = CmdUtils::StartSection(REQUEST_CMD_SET_DISPLAY_CONSTRAINT, requestPacker_); in SetDisplayConstraint()
H A Ddisplay_cmd_responser.h124 CmdUtils::StartSection(REPLY_CMD_COMMIT_AND_GET_RELEASE_FENCE, replyPacker_), in ReplyCommitAndGetReleaseFence()