Home
last modified time | relevance | path

Searched refs:gHead (Results 1 – 2 of 2) sorted by relevance

/frameworks/ex/framesequence/jni/
DRegistry.cpp21 static Registry* gHead = 0; variable
27 mNext = gHead; in Registry()
28 gHead = this; in Registry()
36 Registry* registry = gHead; in Find()
/frameworks/base/libs/androidfw/
DAsset.cpp52 static Asset* gHead = NULL; variable
65 Asset* cur = gHead; in getAssetAllocations()
88 gHead = gTail = this; in Asset()
103 if (gHead == this) { in ~Asset()
104 gHead = mNext; in ~Asset()