Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 873bfe9e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call scan callback for ATSC" into rvc-dev

parents bfcedb7a a990ecee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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) {