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

/frameworks/base/libs/input/
H A DSpriteController.cpp42 mLocked.transactionNestingCount = 0;
62 mLocked.transactionNestingCount += 1;
68 LOG_ALWAYS_FATAL_IF(mLocked.transactionNestingCount == 0,
71 mLocked.transactionNestingCount -= 1;
72 if (mLocked.transactionNestingCount == 0 && mLocked.deferredSpriteUpdate) {
82 if (mLocked.transactionNestingCount != 0) {
H A DSpriteController.h276 uint32_t transactionNestingCount; member in struct:android::SpriteController::Locked

Completed in 46 milliseconds