Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h295 uint32_t mTransactionNestCount = 0; variable
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp322 mTransactionNestCount(other.mTransactionNestCount), in Transaction()