Searched refs:COMPOSER_SERVER_ARRAY_NUMBER_MAX (Results 1 – 2 of 2) sorted by relevance
242 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()
52 const int32_t COMPOSER_SERVER_ARRAY_NUMBER_MAX = 256; variable