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

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h132 void lockDeviceForSessionOps() const { mDeviceLock.lock(); };
133 void unlockDevice() const { mDeviceLock.unlock(); };
146 mutable Mutex mDeviceLock; member in class:android::final

Completed in 8183 milliseconds