Lines Matching refs:AAssetManager
33 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;
53 * {@link AAssetManager}.
88 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
95 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode);