mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Call scan callback for ATSC" into rvc-dev am: 873bfe9eb4 am: 0e5e5b9155 am: 328f11d534
Change-Id: I5a0118083f137f951ab89af6dd00eadcc04094dc
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user