Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h494 mutable int number_of_running_scoped_operations_ = 0; variable
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1590 ++number_of_running_scoped_operations_; in StartOperation()
1595 if (number_of_running_scoped_operations_ < 1) { in FinishOperation()
1599 if (--number_of_running_scoped_operations_ == 0) { in FinishOperation()
1607 DCHECK(number_of_running_scoped_operations_ > 0) << "Must have an operation running"; in GetApkAssets()