HomeSort by relevance Sort by last modified time
    Searched refs:mObjDestroy (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsContext.cpp 344 if (rsc->mObjDestroy.mNeedToEmpty) {
369 rsc->mObjDestroy.mNeedToEmpty = true;
470 mObjDestroy.mNeedToEmpty = true;
679 int status = pthread_mutex_init(&mObjDestroy.mMutex, NULL);
689 if (mObjDestroy.mNeedToEmpty) {
690 int status = pthread_mutex_lock(&mObjDestroy.mMutex);
696 for (size_t ct = 0; ct < mObjDestroy.mDestroyList.size(); ct++) {
697 mObjDestroy.mDestroyList[ct]->decUserRef();
699 mObjDestroy.mDestroyList.clear();
700 mObjDestroy.mNeedToEmpty = false
    [all...]
rsContext.h 234 ObjDestroyOOB mObjDestroy;

Completed in 9 milliseconds