Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp327 struct GuardedAssetManager : public ::AAssetManager { struct
345 return &reinterpret_cast<GuardedAssetManager*>(assetmanager)->guarded_assetmanager; in AssetManagerForNdkAssetManager()
454 return reinterpret_cast<jlong>(new GuardedAssetManager()); in NativeCreate()
458 delete reinterpret_cast<GuardedAssetManager*>(ptr); in NativeDestroy()