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 332 if (rsc->mObjDestroy.mNeedToEmpty) {
357 rsc->mObjDestroy.mNeedToEmpty = true;
458 mObjDestroy.mNeedToEmpty = true;
667 int status = pthread_mutex_init(&mObjDestroy.mMutex, NULL);
677 if (mObjDestroy.mNeedToEmpty) {
678 int status = pthread_mutex_lock(&mObjDestroy.mMutex);
684 for (size_t ct = 0; ct < mObjDestroy.mDestroyList.size(); ct++) {
685 mObjDestroy.mDestroyList[ct]->decUserRef();
687 mObjDestroy.mDestroyList.clear();
688 mObjDestroy.mNeedToEmpty = false
    [all...]
rsContext.h 234 ObjDestroyOOB mObjDestroy;

Completed in 759 milliseconds