Home
last modified time | relevance | path

Searched refs:isValidated (Results 1 - 4 of 4) sorted by relevance

/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h59 bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) = 0;
/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h189 bool isValidated = false; in OnCommitAndGetReleaseFence() local
206 if (!unpacker.ReadBool(isValidated)) { in OnCommitAndGetReleaseFence()
207 HDF_LOGE("%{public}s, read isValidated error", __func__); in OnCommitAndGetReleaseFence()
210 if (isSupportSkipValidate || isValidated) { in OnCommitAndGetReleaseFence()
215 if (commitInfo.skipRet != HDF_SUCCESS && isValidated == false) { in OnCommitAndGetReleaseFence()
231 commitInfo.skipRet, commitInfo.fence, commitInfo.needFlush, isSupportSkipValidate, isValidated); in OnCommitAndGetReleaseFence()
H A Ddisplay_cmd_requester.h51 bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) in CommitAndGetReleaseFence()
66 ret = requestPacker_.WriteBool(isValidated) ? HDF_SUCCESS : HDF_FAILURE; in CommitAndGetReleaseFence()
50 CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, bool isSupportSkipValidate, int32_t& skipState, bool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) CommitAndGetReleaseFence() argument
/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h72 std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) override
77 isSupportSkipValidate, skipState, needFlush, layers, fences, isValidated));

Completed in 3 milliseconds