Merge "Call scan callback for ATSC" into rvc-dev am: 873bfe9eb4 am: 0e5e5b9155

Change-Id: Iaf4da64c10788b800dd1a0988508230c63320ddb
This commit is contained in:
TreeHugger Robot
2020-04-21 03:54:51 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {