commit | 209c2866f40ce364724c4982241ced7fc8c0539d | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Dec 31 10:59:43 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Dec 31 11:12:12 2020 +0900 |
tree | f287986439b3b3260c8584bba1a600264343f122 | |
parent | d25527a4f81ceccabbea47ff40a5159b47a36130 [diff] |
Add -Wmixed-oneway Warns if an interface has both oneway and non-oneway methods. Do not mix oneway with non-oneway methods, because it makes understanding the threading model complicated for clients and servers. Specifically, when reading client code of a particular interface, you need to look up for each method if that method will block or not. Bug: 168028537 Test: aidl_unittests Change-Id: If3b4eca0c33532becf7ff90af0d3c6379b7f6821
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview