commit | a469d687be733d034b5ef1c66a85c659676bd1f3 | [log] [tgz] |
---|---|---|
author | Devi Sandeep Endluri V V <dendluri@codeaurora.org> | Thu Jun 14 16:56:14 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Oct 22 23:48:36 2018 -0700 |
tree | 7e7417bd5cdc659bbb5edbeb379e60956e5beb0d | |
parent | a728574dfec734dc8a11292cb0707a2542124828 [diff] |
ipa: check return status of HAL call to avoid transaction failures If the underlying HAL service object is invalidated and we did not get a chance to invalidate it internally we may hit HAL transaction failure error and the process would be forced to abort. To prevent the transaction error we need to use the isOk check right after the HAL API is invoked to check whether the HAL transaction was successful. Change-Id: Idd21209f5c0407b75c2637190df5ba8158ef1a80