Searched defs:AAssetManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/android/
H A Dasset_manager.h36 struct AAssetManager;
38 * {@link AAssetManager} provides access to an application's raw assets by
41 * AAssetManager is a wrapper to the low-level native implementation
42 * of the java {@link AAssetManager}, a pointer can be obtained using
48 * A native {@link AAssetManager} pointer may be shared across multiple threads.
50 typedef struct AAssetManager AAssetManager; typedef in typeref:struct:AAssetManager
56 * {@link AAssetManager}.
91 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
98 AAsset* AAssetManager_open(AAssetManager* mg
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h34 * Native-app access is via the opaque typedef struct AAssetManager in the C namespace.
36 struct AAssetManager { }; struct
58 class AssetManager : public AAssetManager {

Completed in 100 milliseconds