Searched refs:mSessionLock (Results 1 – 2 of 2) sorted by relevance
30 Mutex::Autolock _l(mSessionLock); in ~ACameraCaptureSession()43 Mutex::Autolock _l(mSessionLock); in closeByApp()57 Mutex::Autolock _l(mSessionLock); in closeByApp()85 Mutex::Autolock _l(mSessionLock); in stopRepeating()103 Mutex::Autolock _l(mSessionLock); in abortCaptures()124 Mutex::Autolock _l(mSessionLock); in setRepeatingRequest()144 Mutex::Autolock _l(mSessionLock); in capture()161 Mutex::Autolock _l(mSessionLock); in updateOutputConfiguration()170 Mutex::Autolock _l(mSessionLock); in getDevice()181 Mutex::Autolock _l(mSessionLock); in closeByDevice()
76 bool isClosed() { Mutex::Autolock _l(mSessionLock); return mIsClosed; } in isClosed()114 Mutex mSessionLock; member