Searched refs:mPendingLock (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp57 Mutex::Autolock pl(mPendingLock);
74 Mutex::Autolock pl(mPendingLock);
95 Mutex::Autolock l(mPendingLock);
140 Mutex::Autolock pl(mPendingLock);
142 res = mPendingChangeSignal.waitRelative(mPendingLock,
161 Mutex::Autolock pl(mPendingLock);
H A DStatusTracker.h86 Mutex mPendingLock; member in class:android::camera3::StatusTracker
101 // Guards rest of internals. Must be locked after mPendingLock if both used.

Completed in 1813 milliseconds