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

/frameworks/base/include/utils/
H A DAsset.h18 // Class providing access to a read-only asset. Asset objects are NOT
39 * "Asset" is the base class for all types of assets. The classes below
43 class Asset { class in namespace:android
45 virtual ~Asset(void);
120 Asset(void); // constructor; only invoked indirectly
132 Asset(const Asset& src);
133 Asset& operator=(const Asset& src);
141 static Asset* createFromFil
[all...]
/frameworks/base/libs/utils/
H A DAsset.cpp24 #include <utils/Asset.h>
47 static Asset* gHead = NULL;
48 static Asset* gTail = NULL;
50 int32_t Asset::getGlobalCount()
56 String8 Asset::getAssetAllocations()
60 Asset* cur = gHead;
76 Asset::Asset(void) function in class:Asset
89 //LOGI("Creating Asset %p #%d\n", this, gCount);
92 Asset
[all...]

Completed in 147 milliseconds