Home
last modified time | relevance | path

Searched refs:ScopedOperation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h107 struct ScopedOperation { struct
108 DISALLOW_COPY_AND_ASSIGN(ScopedOperation);
111 ScopedOperation(const AssetManager2& am); argument
114 ~ScopedOperation();
117 [[nodiscard]] ScopedOperation StartOperation() const;
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp1490 AssetManager2::ScopedOperation AssetManager2::StartOperation() const { in StartOperation()
1492 return ScopedOperation(*this); in StartOperation()
1788 AssetManager2::ScopedOperation::ScopedOperation(const AssetManager2& am) : am_(am) { in ScopedOperation() function in android::AssetManager2::ScopedOperation
1791 AssetManager2::ScopedOperation::~ScopedOperation() { in ~ScopedOperation()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp179 AssetManager2::ScopedOperation op_;