Searched defs:tryLockSpinRightRound (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp287 bool Camera3Device::tryLockSpinRightRound(Mutex& lock) { function in class:android::Camera3Device
384 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock);
385 bool gotLock = tryLockSpinRightRound(mLock);

Completed in 12 milliseconds