Searched refs:DISPLAY_CHECK (Results 1 - 6 of 6) sorted by relevance
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_responser.h | 293 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in OnPrepareDisplayLayers() 299 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in OnPrepareDisplayLayers() 305 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in OnPrepareDisplayLayers() 308 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in OnPrepareDisplayLayers() 310 DISPLAY_CHECK(replyPacker_.WriteUint32(devId) == false, goto EXIT); in OnPrepareDisplayLayers() 312 DISPLAY_CHECK(replyPacker_.WriteBool(needFlush) == false, goto EXIT); in OnPrepareDisplayLayers() 315 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, goto EXIT); in OnPrepareDisplayLayers() 318 DISPLAY_CHECK(replyPacker_.WriteUint32(layers[i]) == false, goto EXIT); in OnPrepareDisplayLayers() 322 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, goto EXIT); in OnPrepareDisplayLayers() 325 DISPLAY_CHECK(replyPacker in OnPrepareDisplayLayers() [all...] |
H A D | display_cmd_requester.h | 100 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in PrepareDisplayLayers() 103 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in PrepareDisplayLayers() 106 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in PrepareDisplayLayers() 109 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in PrepareDisplayLayers() 112 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in PrepareDisplayLayers() 215 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in Commit() 218 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in Commit() 221 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in Commit() 224 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in Commit() 227 DISPLAY_CHECK(re in Commit() [all...] |
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 91 DISPLAY_CHECK(replyPacker_.WriteUint32(devId) == false, in ReplyNotSkipInfo() 94 DISPLAY_CHECK(replyPacker_.WriteBool(commitInfo.needFlush) == false, in ReplyNotSkipInfo() 99 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyNotSkipInfo() 103 DISPLAY_CHECK(replyPacker_.WriteUint32(commitInfo.compLayers[i]) == false, in ReplyNotSkipInfo() 108 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyNotSkipInfo() 112 DISPLAY_CHECK(replyPacker_.WriteUint32(commitInfo.compTypes[i]) == false, in ReplyNotSkipInfo() 130 DISPLAY_CHECK(replyPacker_.WriteInt32(commitInfo.skipRet) == false, in ReplyCommitAndGetReleaseFence() 137 DISPLAY_CHECK(replyPacker_.WriteUint32(vectSize) == false, in ReplyCommitAndGetReleaseFence() 141 DISPLAY_CHECK(replyPacker_.WriteUint32(commitInfo.layers[i]) == false, in ReplyCommitAndGetReleaseFence() 147 DISPLAY_CHECK(replyPacker in ReplyCommitAndGetReleaseFence() [all...] |
H A D | display_cmd_requester.h | 58 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 61 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 64 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 67 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 70 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 73 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence() 76 DISPLAY_CHECK(ret != HDF_SUCCESS, goto EXIT); in CommitAndGetReleaseFence()
|
/drivers/interface/display/composer/command_pack/ |
H A D | command_data_utils.h | 26 #define DISPLAY_CHECK(val, ...) \ macro
|
/drivers/interface/display/composer/common/include/ |
H A D | display_interface_utils.h | 21 #define DISPLAY_CHECK(val, ...) \ macro
|
Completed in 4 milliseconds