Searched refs:transactionNestingCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.cpp45 mLocked.transactionNestingCount = 0;
65 mLocked.transactionNestingCount += 1;
71 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
74 mLocked.transactionNestingCount -= 1;
75 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
85 if (mLocked.transactionNestingCount != 0) {
H A DSpriteController.h276 uint32_t transactionNestingCount; member in struct:android::SpriteController::Locked

Completed in 73 milliseconds