Searched defs:Asset (Results 1 - 2 of 2) sorted by path

/frameworks/base/include/androidfw/
H A DAsset.h18 // Class providing access to a read-only asset. Asset objects are NOT
41 * "Asset" is the base class for all types of assets. The classes below
45 class Asset { class in namespace:android
47 virtual ~Asset(void);
122 Asset(void); // constructor; only invoked indirectly
134 Asset(const Asset& src);
135 Asset& operator=(const Asset& src);
143 static Asset* createFromFil
[all...]
/frameworks/base/libs/androidfw/
H A DAsset.cpp24 #include <androidfw/Asset.h>
50 static Asset* gHead = NULL;
51 static Asset* gTail = NULL;
53 int32_t Asset::getGlobalCount()
59 String8 Asset::getAssetAllocations()
63 Asset* cur = gHead;
79 Asset::Asset(void) function in class:Asset
92 //ALOGI("Creating Asset %p #%d\n", this, gCount);
95 Asset
[all...]

Completed in 51 milliseconds