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
684
for (size_t ct = 0; ct < mObjDestroy.
mDestroyList
.size(); ct++) {
685
mObjDestroy.
mDestroyList
[ct]->decUserRef();
687
mObjDestroy.
mDestroyList
.clear();
712
mObjDestroy.
mDestroyList
.add(obj);
rsContext.h
231
Vector<ObjectBase *>
mDestroyList
;
Completed in 130 milliseconds