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

Commit a6b74bd3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Call scan callback for ATSC" into rvc-dev am: 873bfe9e am: 3ac579d3

Change-Id: Ia8a0c99e79a26e51068bc44e2d9480c15f2a4c62
parents 49f62b6d 3ac579d3
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) {