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

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

Merge "Update FrontendInfo for CTS" into rvc-dev

parents 89fe5401 f809faed
Loading
Loading
Loading
Loading
+21 −28
Original line number Diff line number Diff line
@@ -161,11 +161,6 @@ Return<void> Tuner::getFrontendInfo(FrontendId frontendId, getFrontendInfo_cb _h
        return Void();
    }

    switch (mFrontends[frontendId]->getFrontendType()) {
        case FrontendType::DVBT:
            info.type = FrontendType::DVBT;
            break;
        default:
    vector<FrontendStatusType> statusCaps = {
            FrontendStatusType::DEMOD_LOCK,
            FrontendStatusType::SNR,
@@ -187,8 +182,6 @@ Return<void> Tuner::getFrontendInfo(FrontendId frontendId, getFrontendInfo_cb _h
            .statusCaps = statusCaps,
            .frontendCaps = mFrontendCaps[frontendId],
    };
            break;
    }

    _hidl_cb(Result::SUCCESS, info);
    return Void();