Update comments and constants of IRadioIms HAL
- Fix the clang style
- Rename constas name and value
- Update descriptions
Bug: 216387835
Test: build & flash
Change-Id: I5d6a52ac704b5828a76744f990261cd361b90075
diff --git a/radio/aidl/vts/radio_ims_utils.h b/radio/aidl/vts/radio_ims_utils.h
index 98fd3cb..c981ebc 100644
--- a/radio/aidl/vts/radio_ims_utils.h
+++ b/radio/aidl/vts/radio_ims_utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2021 The Android Open Source Project
+ * Copyright (C) 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,7 +43,8 @@
virtual ndk::ScopedAStatus updateImsRegistrationInfoResponse(
const RadioResponseInfo& info) override;
- virtual ndk::ScopedAStatus startImsTrafficResponse(const RadioResponseInfo& info,
+ virtual ndk::ScopedAStatus startImsTrafficResponse(
+ const RadioResponseInfo& info,
const std::optional<ConnectionFailureInfo>& response) override;
virtual ndk::ScopedAStatus stopImsTrafficResponse(const RadioResponseInfo& info) override;