commit | c60c4658c32f779c30491c76454f80eb76be521d | [log] [tgz] |
---|---|---|
author | Weilin Xu <xuweilin@google.com> | Fri Dec 13 16:37:21 2024 -0800 |
committer | Weilin Xu <xuweilin@google.com> | Mon Dec 16 11:13:02 2024 -0800 |
tree | fd909f457c61b4232a95f7d55cdf52e0aacc6a62 | |
parent | e2ff8e50bd1a7809d408d48125d8e8d034d48a0f [diff] |
Fix tuning race condition in broadcast radio VTS Reset tuner callback in broadcast radio VTS DAB/HD tuning test to address race condition between tuning operation and the program info updates before the operation. Bug: 384062869 Flag: EXEMPT bugfix Test: atest VtsHalBroadcastradioAidlTargetTest (cherry picked from https://android-review.googlesource.com/q/commit:9bf75a333436424b981f129be92696330eefba27) Merged-In: Ib53c8be9b6b6eca5a2b947e109f3cc0a26ea9ae2 Change-Id: Ib53c8be9b6b6eca5a2b947e109f3cc0a26ea9ae2
diff --git a/broadcastradio/aidl/vts/src/VtsHalBroadcastradioAidlTargetTest.cpp b/broadcastradio/aidl/vts/src/VtsHalBroadcastradioAidlTargetTest.cpp index 790d60b..064842d 100644 --- a/broadcastradio/aidl/vts/src/VtsHalBroadcastradioAidlTargetTest.cpp +++ b/broadcastradio/aidl/vts/src/VtsHalBroadcastradioAidlTargetTest.cpp
@@ -735,7 +735,7 @@ } // try tuning - + mCallback->reset(); auto result = mModule->tune(sel); // expect a failure if it's not supported