HomeSort by relevance Sort by last modified time
    Searched defs:AAssetManager (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/android/
asset_manager.h 40 struct AAssetManager;
42 * {@link AAssetManager} provides access to an application's raw assets by
45 * AAssetManager is a wrapper to the low-level native implementation
46 * of the java {@link AAssetManager}, a pointer can be obtained using
52 * A native {@link AAssetManager} pointer may be shared across multiple threads.
54 typedef struct AAssetManager AAssetManager;
60 * {@link AAssetManager}.
95 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
102 AAsset* AAssetManager_open(AAssetManager* mgr, const char* filename, int mode)
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager.h 34 * Native-app access is via the opaque typedef struct AAssetManager in the C namespace.
36 struct AAssetManager { };
58 class AssetManager : public AAssetManager {

Completed in 80 milliseconds