Loading services/camera/libcameraservice/api1/CameraClient.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -236,11 +236,6 @@ void CameraClient::disconnect() { return; } if (mClientPid <= 0) { LOG1("camera is unlocked (mClientPid = %d), don't tear down hardware", mClientPid); return; } // Make sure disconnect() is done once and once only, whether it is called // from the user directly, or called by the destructor. if (mHardware == 0) return; Loading Loading
services/camera/libcameraservice/api1/CameraClient.cpp +0 −5 Original line number Diff line number Diff line Loading @@ -236,11 +236,6 @@ void CameraClient::disconnect() { return; } if (mClientPid <= 0) { LOG1("camera is unlocked (mClientPid = %d), don't tear down hardware", mClientPid); return; } // Make sure disconnect() is done once and once only, whether it is called // from the user directly, or called by the destructor. if (mHardware == 0) return; Loading