Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mMutex

593     Mutex::Autolock l(mMutex);
621 Mutex::Autolock l(mMutex);
631 Mutex::Autolock l(mMutex);
644 Mutex::Autolock l(mMutex);
706 Mutex::Autolock l(mMutex);
709 res = notEmpty.waitRelative(mMutex,timeout);
717 Mutex::Autolock l(mMutex);
722 res = mNewRequestId.waitRelative(mMutex, timeout);
735 Mutex::Autolock l(mMutex);
767 Mutex::Autolock l(mMutex);
792 notLocked = mMutex.tryLock();
829 mMutex.unlock();
842 mMutex.unlock();
845 mMutex.lock();