commit | 853783be17ff1fd8bcc2ab99c98f8d5d84fa1dc9 | [log] [tgz] |
---|---|---|
author | Lucas Gates <lucasgates@google.com> | Tue Jul 12 23:50:06 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 12 23:50:06 2022 +0000 |
tree | 49fcc6eec49720005b96493c8525db15e1cc302e | |
parent | 9e3efc296866cfc65778513bb0f485073bcfa618 [diff] | |
parent | 9e4ced71f3e21ec7fc5d4d4d3056379f3368ebbb [diff] |
Merge "Tuner HAL Fix bug allowing only one MediaEvent"
diff --git a/tv/tuner/aidl/default/Filter.cpp b/tv/tuner/aidl/default/Filter.cpp index 4d48c04..d3c98f2 100644 --- a/tv/tuner/aidl/default/Filter.cpp +++ b/tv/tuner/aidl/default/Filter.cpp
@@ -900,7 +900,8 @@ } result = createMediaFilterEventWithIon(mPesOutput); - if (result.isOk()) { + if (!result.isOk()) { + mFilterOutput.clear(); return result; } }