Searched refs:typesCount (Results 1 – 3 of 3) 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()
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.cpp | 1200 uint32_t typesCount = 0; in validateDisplay() local 1202 auto err = halDisplay->validateDisplay(&typesCount, &reqsCount); in validateDisplay() 1208 std::vector<hwc2_layer_t> hwcChangedLayers(typesCount); in validateDisplay() 1209 std::vector<int32_t> hwcCompositionTypes(typesCount); in validateDisplay() 1210 RET_IF_ERR(halDisplay->getChangedCompositionTypes(&typesCount, hwcChangedLayers.data(), in validateDisplay() 1218 std::vector<int64_t> sfChangedLayers(typesCount); in validateDisplay() 1220 for (int i = 0; i < typesCount; i++) { in validateDisplay()
|