commit | 52778d448123c185fd30cd77e84659fab966d740 | [log] [tgz] |
---|---|---|
author | Yin-Chia Yeh <yinchiayeh@google.com> | Thu Dec 22 18:20:43 2016 -0800 |
committer | Yin-Chia Yeh <yinchiayeh@google.com> | Thu Jan 05 16:56:31 2017 -0800 |
tree | b886d63644afec6099478290be3a75c3d9a271e2 | |
parent | 0b1cb14c804d7d4343fe91c78578da8db9a678d5 [diff] [blame] |
Camera: patching camera service for treble Bug: 30985004 Change-Id: Idf3ec26abb6b10a0e3839e301e84c8b05ac165c5
diff --git a/services/camera/libcameraservice/common/CameraProviderManager.h b/services/camera/libcameraservice/common/CameraProviderManager.h index 345863c..641dab4 100644 --- a/services/camera/libcameraservice/common/CameraProviderManager.h +++ b/services/camera/libcameraservice/common/CameraProviderManager.h
@@ -194,6 +194,8 @@ // All private members, unless otherwise noted, expect mInterfaceMutex to be locked before use mutable std::mutex mInterfaceMutex; + // the status listener update callbacks will lock mStatusMutex + mutable std::mutex mStatusListenerMutex; wp<StatusListener> mListener; ServiceInteractionProxy* mServiceProxy;