HomeSort by relevance Sort by last modified time
    Searched refs:tryLockSpinRightRound (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 271 bool tryLockSpinRightRound(Mutex& lock);
Camera3Device.cpp 286 bool Camera3Device::tryLockSpinRightRound(Mutex& lock) {
305 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock);
306 bool gotLock = tryLockSpinRightRound(mLock);
    [all...]

Completed in 297 milliseconds