Home
last modified time | relevance | path

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

/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h35 int32_t skipRet; member
130 DISPLAY_CHECK(replyPacker_.WriteInt32(commitInfo.skipRet) == false, in ReplyCommitAndGetReleaseFence()
133 if (commitInfo.skipRet != HDF_SUCCESS) { in ReplyCommitAndGetReleaseFence()
194 commitInfo.skipRet = HDF_FAILURE; in OnCommitAndGetReleaseFence()
213 commitInfo.skipRet = impl_->Commit(devId, commitInfo.fence); in OnCommitAndGetReleaseFence()
216 if (commitInfo.skipRet != HDF_SUCCESS && isValidated == false) { in OnCommitAndGetReleaseFence()
232 … commitInfo.skipRet, commitInfo.fence, commitInfo.needFlush, isSupportSkipValidate, isValidated); in OnCommitAndGetReleaseFence()