Home
last modified time | relevance | path

Searched refs:COMPOSER_SERVER_ARRAY_NUMBER_MAX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp242 if (!data->ReadUint32(modesNum) || modesNum > COMPOSER_SERVER_ARRAY_NUMBER_MAX) { in GetDisplaySupportedModes()
246 DisplayModeInfo modesTmp[COMPOSER_SERVER_ARRAY_NUMBER_MAX]; in GetDisplaySupportedModes()
517 uint32_t layersTmp[COMPOSER_SERVER_ARRAY_NUMBER_MAX]; in GetDisplayCompChange()
518 int32_t typeTmp[COMPOSER_SERVER_ARRAY_NUMBER_MAX]; in GetDisplayCompChange()
735 uint32_t layersTmp[COMPOSER_SERVER_ARRAY_NUMBER_MAX]; in GetDisplayReleaseFence()
736 int32_t fenceTmp[COMPOSER_SERVER_ARRAY_NUMBER_MAX]; in GetDisplayReleaseFence()
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/util/
H A Ddisplay_device_common.h52 const int32_t COMPOSER_SERVER_ARRAY_NUMBER_MAX = 256; variable