commit | 62eb76e273da09db2b9eaa971ac709459d51fa79 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Sep 09 17:39:05 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Nov 04 17:59:51 2021 +0900 |
tree | 11ed4269a61403ca83b5a51b61b6a195ce27621d | |
parent | 35cc1861107e8d474acadd09c19bf1d5d675f7c8 [diff] |
Remove AsyncChannel usage in NsdManager Replace AsyncChannel with two AIDL interfaces: INsdManagerCallback and INsdServiceConnector. This will be helpful to move NsdManager into a module, avoiding the dependency on the hidden AsyncChannel utility. Bug: 190249673 Test: atest FrameworksNetTests CtsNetTestCases:NsdManagerTest Change-Id: Id9e8feb95cbb5ba16f00893f6c3f37fced3358c1