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

Completed in 623 milliseconds