Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h107 struct ScopedOperation { struct
108 DISALLOW_COPY_AND_ASSIGN(ScopedOperation);
111 ScopedOperation(const AssetManager2& am); argument
114 ~ScopedOperation();
117 [[nodiscard]] ScopedOperation StartOperation() const;
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1589 AssetManager2::ScopedOperation AssetManager2::StartOperation() const { in StartOperation()
1591 return ScopedOperation(*this); in StartOperation()
1881 AssetManager2::ScopedOperation::ScopedOperation(const AssetManager2& am) : am_(am) { in ScopedOperation() function in android::AssetManager2::ScopedOperation
1884 AssetManager2::ScopedOperation::~ScopedOperation() { in ~ScopedOperation()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp179 AssetManager2::ScopedOperation op_;