OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDestroyList
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.cpp
696
for (size_t ct = 0; ct < mObjDestroy.
mDestroyList
.size(); ct++) {
697
mObjDestroy.
mDestroyList
[ct]->decUserRef();
699
mObjDestroy.
mDestroyList
.clear();
724
mObjDestroy.
mDestroyList
.add(obj);
rsContext.h
231
Vector<ObjectBase *>
mDestroyList
;
Completed in 10 milliseconds