Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h146 uint64_t activeBufferId; member
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp643 if (bufferId == state.hwc->activeBufferId) { in uncacheBuffers()
653 slotsToClear.push_back(state.hwc->hwcBufferCache.uncache(state.hwc->activeBufferId)); in uncacheBuffers()
691 state.hwc->activeBufferId = state.overrideInfo.buffer->getBuffer()->getId(); in writeBufferStateToHWC()
698 state.hwc->activeBufferId = outputIndependentState.buffer->getId(); in writeBufferStateToHWC()