Searched defs:notLocked (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device2/ | ||
H A D | Camera2Device.cpp | 815 status_t notLocked; local 816 notLocked = mMutex.tryLock(); 817 if (notLocked) { 852 if (notLocked == 0) { |
Completed in 303 milliseconds