Searched refs:StartSection (Results 1 – 3 of 3) sorted by relevance
/drivers/interface/display/composer/v1_0/display_command/ |
D | display_cmd_requester.h | 102 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_PREPARE_DISPLAY_LAYERS, requestPacker_); in PrepareDisplayLayers() 132 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_DISPLAY_CLIENT_BUFFER, requestPacker_); in SetDisplayClientBuffer() 161 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_DISPLAY_CLIENT_DAMAGE, requestPacker_); in SetDisplayClientDamage() 193 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_COMMIT, requestPacker_); in Commit() 222 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_ALPHA, requestPacker_); in SetLayerAlpha() 259 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_REGION, requestPacker_); in SetLayerRegion() 280 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_CROP, requestPacker_); in SetLayerCrop() 301 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_ZORDER, requestPacker_); in SetLayerZorder() 322 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_PREMULTI, requestPacker_); in SetLayerPreMulti() 343 int32_t ret = CmdUtils::StartSection(REQUEST_CMD_SET_LAYER_TRANSFORM_MODE, requestPacker_); in SetLayerTransformMode() [all …]
|
D | display_cmd_responser.h | 263 int32_t ret = CmdUtils::StartSection(REPLY_CMD_SET_ERROR, replyPacker_); in OnRequestEnd() 307 ret = CmdUtils::StartSection(REPLY_CMD_PREPARE_DISPLAY_LAYERS, replyPacker_); in OnPrepareDisplayLayers() 445 … DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::StartSection(REPLY_CMD_COMMIT, replyPacker_), in OnCommit()
|
D | display_cmd_utils.h | 89 static int32_t StartSection(int32_t cmdId, std::shared_ptr<CommandDataPacker> packer) in StartSection() function
|