diff options
| author | 2019-07-29 16:04:31 -0700 | |
|---|---|---|
| committer | 2019-09-13 21:41:07 +0100 | |
| commit | 146ecfd99c77fac65597648726f4567100b96d9a (patch) | |
| tree | aac60f29cbbd1e533679cdeffb5128f38b8f992c /libs/binder/ProcessState.cpp | |
| parent | 4fd64a357bfebf1c62cf226c6c769ff9109c162a (diff) | |
Use unordered_map for connections
Currently, keyedvector is used for keeping track of connections by file
descriptors. Instead, use supported api std::unordered_map.
Also, no longer remove raw indices into the map, because that's
implementation detail of map that should not be user-facing.
Bug: 70668286
Test: SANITIZE_TARGET=hwaddress atest libinput_tests inputflinger_tests
Change-Id: Id31b0002a7ff2310dcc506f834722b1e69a05571
Diffstat (limited to 'libs/binder/ProcessState.cpp')
0 files changed, 0 insertions, 0 deletions