Loading tv/tuner/1.0/default/Frontend.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,10 @@ Return<Result> Frontend::scan(const FrontendSettings& settings, FrontendScanType ALOGV("%s", __FUNCTION__); if (mType == FrontendType::ATSC) { FrontendScanMessage msg; msg.isLocked(true); mCallback->onScanMessage(FrontendScanMessageType::LOCKED, msg); mIsLocked = true; return Result::SUCCESS; } if (mType != FrontendType::DVBT) { Loading Loading
tv/tuner/1.0/default/Frontend.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,10 @@ Return<Result> Frontend::scan(const FrontendSettings& settings, FrontendScanType ALOGV("%s", __FUNCTION__); if (mType == FrontendType::ATSC) { FrontendScanMessage msg; msg.isLocked(true); mCallback->onScanMessage(FrontendScanMessageType::LOCKED, msg); mIsLocked = true; return Result::SUCCESS; } if (mType != FrontendType::DVBT) { Loading