commit | c284e2768d7ebf71d32e3261986006a7b0d7e461 | [log] [tgz] |
---|---|---|
author | Sanket Padawe <sanketpadawe@google.com> | Tue Dec 13 11:22:32 2016 -0800 |
committer | Sanket Padawe <sanketpadawe@google.com> | Tue Dec 13 11:22:32 2016 -0800 |
tree | 81a036ab7fd52454a288cc251d6a680975d4d382 | |
parent | 0f13397eb346dd5dd22f2b8a4fa0b2abd2ed2c2b [diff] |
Add new RadioError in telephony hidl interface. Bug: 32020264 Test: no test Change-Id: Ia41c9aa84cb8799394fa70e9a444ba58361121be
diff --git a/radio/1.0/types.hal b/radio/1.0/types.hal index 9c4b453..5b853b4 100644 --- a/radio/1.0/types.hal +++ b/radio/1.0/types.hal
@@ -51,6 +51,7 @@ }; enum RadioError : int32_t { + INVALID_RESPONSE = -1, // Response from vendor had invalid data NONE = 0, // Success RADIO_NOT_AVAILABLE = 1, // If radio did not start or is resetting GENERIC_FAILURE = 2,