Loading services/camera/libcameraservice/device3/Camera3Device.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,6 @@ status_t Camera3Device::disconnect() { status_t Camera3Device::disconnectImpl() { ATRACE_CALL(); Mutex::Autolock il(mInterfaceLock); Mutex::Autolock stLock(mTrackerLock); ALOGI("%s: E", __FUNCTION__); Loading Loading @@ -346,6 +345,7 @@ status_t Camera3Device::disconnectImpl() { { Mutex::Autolock l(mLock); mRequestThread.clear(); Mutex::Autolock stLock(mTrackerLock); mStatusTracker.clear(); interface = mInterface.get(); } Loading Loading
services/camera/libcameraservice/device3/Camera3Device.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,6 @@ status_t Camera3Device::disconnect() { status_t Camera3Device::disconnectImpl() { ATRACE_CALL(); Mutex::Autolock il(mInterfaceLock); Mutex::Autolock stLock(mTrackerLock); ALOGI("%s: E", __FUNCTION__); Loading Loading @@ -346,6 +345,7 @@ status_t Camera3Device::disconnectImpl() { { Mutex::Autolock l(mLock); mRequestThread.clear(); Mutex::Autolock stLock(mTrackerLock); mStatusTracker.clear(); interface = mInterface.get(); } Loading