Merge "Return SUCCESS in scan for ATSC" into rvc-dev am: 32e9b63608
Change-Id: I6e9fbcfce0d5cc099a73e3b56abf3b5a46f06e8b
This commit is contained in:
commit
3689a379d1
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue