Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h331 int32_t getChangedCompositionTypes(Display display, uint32_t* outTypesCount, in getChangedCompositionTypes() argument
362 *outTypesCount = mChangedLayersCache[display].size(); in getChangedCompositionTypes()
365 for (uint32_t i = 0; i < *outTypesCount; ++i) { in getChangedCompositionTypes()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h581 virtual int32_t getChangedCompositionTypes(Display display, uint32_t* outTypesCount, in getChangedCompositionTypes() argument
584 return getChangedCompositionTypesInternal(display, outTypesCount, outChangedLayers, in getChangedCompositionTypes()
608 int32_t getChangedCompositionTypesInternal(Display display, uint32_t* outTypesCount, in getChangedCompositionTypesInternal() argument
612 mDevice, display, outTypesCount, outChangedLayers, in getChangedCompositionTypesInternal()