Searched refs:DISPLAY_CHK_CONDITION (Results 1 - 5 of 5) sorted by relevance
/drivers/interface/display/composer/command_pack/ |
H A D | command_data_utils.h | 42 #define DISPLAY_CHK_CONDITION(ret, cond, func, ...) \ macro
|
/drivers/interface/display/composer/common/include/ |
H A D | display_interface_utils.h | 37 #define DISPLAY_CHK_CONDITION(ret, cond, func, ...) \ macro
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_utils.h | 285 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->width), in UnpackBasicInfo() 287 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->stride), in UnpackBasicInfo() 289 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->height), in UnpackBasicInfo() 291 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->size), in UnpackBasicInfo() 293 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadInt32(handle->format), in UnpackBasicInfo() 295 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadUint64(handle->usage), in UnpackBasicInfo() 297 DISPLAY_CHK_CONDITION(retVal, true, unpacker.ReadUint64(handle->phyAddr), in UnpackBasicInfo()
|
H A D | display_cmd_responser.h | 456 DISPLAY_CHK_CONDITION(retBool, true, unpacker.ReadUint32(devId), in OnSetDisplayClientDamage() 459 DISPLAY_CHK_CONDITION(retBool, true, unpacker.ReadUint32(vectSize), in OnSetDisplayClientDamage() 466 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::RectUnpack(unpacker, rects[i]), in OnSetDisplayClientDamage() 522 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::StartSection(REPLY_CMD_COMMIT, replyPacker_), in OnCommit() 525 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::FileDescriptorPack(fdParcel.GetFd(), replyPacker_, outFds), in OnCommit() 528 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::EndSection(replyPacker_), in OnCommit() 724 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::SetupDeviceUnpack(unpacker, devId, layerId), in OnSetLayerDirtyRegion() 727 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, unpacker.ReadUint32(vectSize) ? HDF_SUCCESS : HDF_FAILURE, in OnSetLayerDirtyRegion() 733 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::RectUnpack(unpacker, rects[i]), in OnSetLayerDirtyRegion() 759 DISPLAY_CHK_CONDITION(re in OnSetLayerVisibleRegion() [all...] |
/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_responser.h | 123 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, in ReplyCommitAndGetReleaseFence() 127 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::FileDescriptorPack(fdParcel.GetFd(), replyPacker_, outFds), in ReplyCommitAndGetReleaseFence() 156 DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, CmdUtils::EndSection(replyPacker_), in ReplyCommitAndGetReleaseFence()
|
Completed in 4 milliseconds