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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 87 Mutex::Autolock il(mInterfaceLock);
211 Mutex::Autolock il(mInterfaceLock);
305 bool gotInterfaceLock = tryLockSpinRightRound(mInterfaceLock);
371 if (gotInterfaceLock) mInterfaceLock.unlock();
390 Mutex::Autolock il(mInterfaceLock);
435 Mutex::Autolock il(mInterfaceLock);
500 Mutex::Autolock il(mInterfaceLock);
525 Mutex::Autolock il(mInterfaceLock);
533 Mutex::Autolock il(mInterfaceLock);
604 Mutex::Autolock il(mInterfaceLock);
    [all...]
Camera3Device.h 147 Mutex mInterfaceLock;
216 * Must be called with mLock and mInterfaceLock both held.
222 * Must be called with mLock and mInterfaceLock both held.
231 * Needs to be called with mLock and mInterfaceLock held. This means there

Completed in 81 milliseconds