commit | 5412785fc5d9862a0281a5ede590a1493c11e25b | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Wed Dec 09 06:16:02 2020 -0800 |
committer | Roshan Pius <rpius@google.com> | Wed Dec 09 06:16:02 2020 -0800 |
tree | 567cd45937e9b5405b2db997d3c7f6d94b890e14 | |
parent | 6c0db19aded125d92464c653361d3330702624f4 [diff] |
WifiP2pServiceImpl: Use concurrent hash map for holding client info This data structure is operated on in both wifi p2p service thread and incoming binder call threads. Use a concurrent map to ensure that the concurrency does not cause a problem. Bug: 175184504 Test: atest com.android.server.wifi Change-Id: I606c0ec2277821c925697701cd505d472c76fd98