Searched refs:isValidated (Results 1 - 4 of 4) sorted by relevance
/drivers/interface/display/composer/v1_2/include/ |
H A D | idisplay_composer_interface.h | 59 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 D | display_cmd_responser.h | 189 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 D | display_cmd_requester.h | 51 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 D | display_composer_hdi_impl.h | 72 std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) override 77 isSupportSkipValidate, skipState, needFlush, layers, fences, isValidated));
|
Completed in 3 milliseconds