commit | f39ed052916716ef974102b3bad7ae102d0164a5 | [log] [tgz] |
---|---|---|
author | Oscar Shu <xshu@google.com> | Wed Jan 18 04:12:22 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Apr 10 21:58:25 2024 +0000 |
tree | aa3af48c6dca3aba243958cd95c4f036e6cfa2e0 | |
parent | f88a2294f53cf382908cc48f992273742f817dd5 [diff] |
Avoid Unparcelling AttributionSource in WifiP2p handler thread Unparcelling the AttributionSource outside of a Binder thread will soon cause an Exception to be thrown. This patch restructures WifiP2p to avoid that. Bug: 267231571 Bug: 244465118 Test: atest com.android.server.wifi Test: atest CtsWifiTestCases:android.net.wifi.cts.ConcurrencyTest#testConcurrency to verify the fix works with ag/19728355 (cherry picked from commit e7432d55b04cdb1be06301965757d7f9bd1b4b0d) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ff989a665f9e83aa1113445154c787f84133a6b8) Merged-In: I985a4bcf9036dab78d2595759b1c6fa2a80518b0 Change-Id: I985a4bcf9036dab78d2595759b1c6fa2a80518b0