Searched refs:skipRet (Results 1 - 1 of 1) sorted by relevance
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 35 int32_t skipRet; member 130 DISPLAY_CHECK(replyPacker_.WriteInt32(commitInfo.skipRet) == false, in ReplyCommitAndGetReleaseFence() 132 if (commitInfo.skipRet != HDF_SUCCESS) { in ReplyCommitAndGetReleaseFence() 193 commitInfo.skipRet = HDF_FAILURE; in OnCommitAndGetReleaseFence() 212 commitInfo.skipRet = impl_->Commit(devId, commitInfo.fence); in OnCommitAndGetReleaseFence() 215 if (commitInfo.skipRet != HDF_SUCCESS && isValidated == false) { in OnCommitAndGetReleaseFence() 230 HDF_LOGD("skipRet:%{public}d,fence:%{public}d,needFlush:%{public}d, ssv:%{public}d, iv:%{public}d", in OnCommitAndGetReleaseFence() 231 commitInfo.skipRet, commitInfo.fence, commitInfo.needFlush, isSupportSkipValidate, isValidated); in OnCommitAndGetReleaseFence()
|
Completed in 1 milliseconds