Searched refs:isValidated (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 190 bool isValidated = false; in OnCommitAndGetReleaseFence() local 207 if (!unpacker.ReadBool(isValidated)) { in OnCommitAndGetReleaseFence() 211 if (isSupportSkipValidate || isValidated) { in OnCommitAndGetReleaseFence() 216 if (commitInfo.skipRet != HDF_SUCCESS && isValidated == false) { in OnCommitAndGetReleaseFence() 232 … 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() argument 66 ret = requestPacker_.WriteBool(isValidated) ? HDF_SUCCESS : HDF_FAILURE; in CommitAndGetReleaseFence()
|
/ohos5.0/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 in CommitAndGetReleaseFence() argument 77 isSupportSkipValidate, skipState, needFlush, layers, fences, isValidated)); in CommitAndGetReleaseFence()
|
/ohos5.0/drivers/interface/display/composer/v1_2/include/ |
H A D | idisplay_composer_interface.h | 59 …ool& needFlush, std::vector<uint32_t>& layers, std::vector<int32_t>& fences, bool isValidated) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_output.h | 86 …ndGetReleaseFence(sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bool isValidated);
|
H A D | hdi_device.h | 67 …dFlush, std::vector<uint32_t>& layers, std::vector<sptr<SyncFence>>& fences, bool isValidated) = 0;
|
H A D | hdi_device_impl.h | 65 … std::vector<uint32_t>& layers, std::vector<sptr<SyncFence>>& fences, bool isValidated) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_output.cpp | 471 sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bool isValidated) in CommitAndGetReleaseFence() argument 477 screenId_, fbFence, skipState, needFlush, layersId_, fences_, isValidated); in CommitAndGetReleaseFence()
|
H A D | hdi_device_impl.cpp | 401 … &needFlush, std::vector<uint32_t> &layers, std::vector<sptr<SyncFence>> &fences, bool isValidated) in CommitAndGetReleaseFence() argument 409 screenId, fenceFd, skipState, needFlush, layers, fenceFds, isValidated); in CommitAndGetReleaseFence()
|