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 704 bool tryLockSpinRightRound(Mutex& lock);
    [all...]
Camera3Device.cpp 440 bool Camera3Device::tryLockSpinRightRound(Mutex& lock) {
658 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock);
659 bool gotLock = tryLockSpinRightRound(mLock);
    [all...]

Completed in 725 milliseconds