mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Return SUCCESS in scan for ATSC" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
32e9b63608
@@ -81,6 +81,9 @@ Return<Result> Frontend::stopTune() {
|
||||
Return<Result> Frontend::scan(const FrontendSettings& settings, FrontendScanType type) {
|
||||
ALOGV("%s", __FUNCTION__);
|
||||
|
||||
if (mType == FrontendType::ATSC) {
|
||||
return Result::SUCCESS;
|
||||
}
|
||||
if (mType != FrontendType::DVBT) {
|
||||
return Result::UNAVAILABLE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user