Searched refs:typesCount (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 335 uint32_t typesCount = 0; in getChangedCompositionTypes() local 336 int32_t error = BaseType2_1::getChangedCompositionTypesInternal(display, &typesCount, in getChangedCompositionTypes() 341 mChangedLayersCache[display].resize(typesCount); in getChangedCompositionTypes() 342 mCompositionTypesCache[display].resize(typesCount); in getChangedCompositionTypes() 344 display, &typesCount, mChangedLayersCache[display].data(), in getChangedCompositionTypes() 351 for (uint32_t i = 0; i < typesCount; ++i) { in getChangedCompositionTypes()
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 332 uint32_t typesCount = 0; in validateDisplay() local 334 int32_t err = mDispatch.validateDisplay(mDevice, display, &typesCount, &reqsCount); in validateDisplay() 340 err = getChangedCompositionTypes(display, &typesCount, nullptr, nullptr); in validateDisplay() 345 std::vector<Layer> changedLayers(typesCount); in validateDisplay() 346 std::vector<IComposerClient::Composition> compositionTypes(typesCount); in validateDisplay() 347 err = getChangedCompositionTypes(display, &typesCount, changedLayers.data(), in validateDisplay()
|