Lines Matching refs:mProcessCaptureResultLock
1220 if (mProcessCaptureResultLock.tryLock() != OK) {
1225 if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
1235 mProcessCaptureResultLock.unlock();
1256 if (mProcessCaptureResultLock.tryLock() != OK) {
1261 if (mProcessCaptureResultLock.timedLock(1000000000 /* 1s */) != OK) {
1271 mProcessCaptureResultLock.unlock();