Loading tv/tuner/1.0/default/Dvr.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ Return<Result> Dvr::stop() { lock_guard<mutex> lock(mDvrThreadLock); mIsRecordStarted = false; mDemux->setIsRecording(false); return Result::SUCCESS; Loading tv/tuner/1.0/default/Dvr.h +1 −5 Original line number Diff line number Diff line Loading @@ -155,10 +155,6 @@ class Dvr : public IDvr { std::mutex mDvrThreadLock; const bool DEBUG_DVR = false; // Booleans to check if recording is running. // Recording is ready when both of the following are set to true. bool mIsRecordStarted = false; }; } // namespace implementation Loading tv/tuner/1.1/default/Dvr.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,6 @@ Return<Result> Dvr::stop() { mDvrThreadRunning = false; lock_guard<mutex> lock(mDvrThreadLock); mIsRecordStarted = false; mDemux->setIsRecording(false); return Result::SUCCESS; Loading tv/tuner/1.1/default/Dvr.h +1 −5 Original line number Diff line number Diff line Loading @@ -151,10 +151,6 @@ class Dvr : public IDvr { std::mutex mDvrThreadLock; const bool DEBUG_DVR = false; // Booleans to check if recording is running. // Recording is ready when both of the following are set to true. bool mIsRecordStarted = false; }; } // namespace implementation Loading Loading
tv/tuner/1.0/default/Dvr.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,6 @@ Return<Result> Dvr::stop() { lock_guard<mutex> lock(mDvrThreadLock); mIsRecordStarted = false; mDemux->setIsRecording(false); return Result::SUCCESS; Loading
tv/tuner/1.0/default/Dvr.h +1 −5 Original line number Diff line number Diff line Loading @@ -155,10 +155,6 @@ class Dvr : public IDvr { std::mutex mDvrThreadLock; const bool DEBUG_DVR = false; // Booleans to check if recording is running. // Recording is ready when both of the following are set to true. bool mIsRecordStarted = false; }; } // namespace implementation Loading
tv/tuner/1.1/default/Dvr.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,6 @@ Return<Result> Dvr::stop() { mDvrThreadRunning = false; lock_guard<mutex> lock(mDvrThreadLock); mIsRecordStarted = false; mDemux->setIsRecording(false); return Result::SUCCESS; Loading
tv/tuner/1.1/default/Dvr.h +1 −5 Original line number Diff line number Diff line Loading @@ -151,10 +151,6 @@ class Dvr : public IDvr { std::mutex mDvrThreadLock; const bool DEBUG_DVR = false; // Booleans to check if recording is running. // Recording is ready when both of the following are set to true. bool mIsRecordStarted = false; }; } // namespace implementation Loading