commit | 8f8e3d7b1ce7addc64c901215dabe866d4211e9a | [log] [tgz] |
---|---|---|
author | Malcolm Chen <refuhoo@google.com> | Mon Dec 16 18:53:58 2019 -0800 |
committer | Malcolm Chen <refuhoo@google.com> | Tue Dec 17 18:11:08 2019 -0800 |
tree | 802708416b6e496202df609afa7757960de43d89 | |
parent | 9eca80bd16a681cabd8843560dca125dc63641d3 [diff] [blame] |
Add HAL API to optimize exiting APM for emergency call case. Bug: 143683647 Test: build Change-Id: Ic8c094f1e59d1b7cb452cef9e5a710c8b84b62b1
diff --git a/radio/1.5/vts/functional/radio_response.cpp b/radio/1.5/vts/functional/radio_response.cpp index 5dee191..8932a64 100644 --- a/radio/1.5/vts/functional/radio_response.cpp +++ b/radio/1.5/vts/functional/radio_response.cpp
@@ -948,3 +948,9 @@ parent_v1_5.notify(info.serial); return Void(); } + +Return<void> RadioResponse_v1_5::setRadioPowerResponse_1_5(const RadioResponseInfo& info) { + rspInfo = info; + parent_v1_5.notify(info.serial); + return Void(); +} \ No newline at end of file