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

/frameworks/native/include/android/
H A Dasset_manager.h33 struct AAssetManager;
35 * {@link AAssetManager} provides access to an application's raw assets by
38 * AAssetManager is a wrapper to the low-level native implementation
39 * of the java {@link AAssetManager}, a pointer can be obtained using
45 * A native {@link AAssetManager} pointer may be shared across multiple threads.
47 typedef struct AAssetManager AAssetManager; typedef in typeref:struct:AAssetManager
53 * {@link AAssetManager}.
88 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
95 AAsset* AAssetManager_open(AAssetManager* mg
[all...]
/frameworks/base/include/androidfw/
H A DAssetManager.h34 * Native-app access is via the opaque typedef struct AAssetManager in the C namespace.
40 struct AAssetManager { }; struct
70 class AssetManager : public AAssetManager {

Completed in 68 milliseconds