Searched refs:gTail (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DAsset.cpp51 static Asset* gTail = NULL; variable
85 if (gTail == NULL) {
86 gHead = gTail = this;
88 mPrev = gTail;
89 gTail->mNext = this;
90 gTail = this;
102 if (gTail == this) {
103 gTail = mPrev;

Completed in 35 milliseconds