mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add cuttlefish support for iccCloseLogicalChannelWithSessionInfo HAl 2.1 API" into udc-dev am: be44d36ed7
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22648201 Change-Id: Ib1b48cbcf2164be59e9a82d9970ab32ab95d67e1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
7b178e8722
@@ -40,7 +40,6 @@ class RadioSim : public RadioCompatBase, public aidl::android::hardware::radio::
|
|||||||
::ndk::ScopedAStatus getImsiForApp(int32_t serial, const std::string& aid) override;
|
::ndk::ScopedAStatus getImsiForApp(int32_t serial, const std::string& aid) override;
|
||||||
::ndk::ScopedAStatus getSimPhonebookCapacity(int32_t serial) override;
|
::ndk::ScopedAStatus getSimPhonebookCapacity(int32_t serial) override;
|
||||||
::ndk::ScopedAStatus getSimPhonebookRecords(int32_t serial) override;
|
::ndk::ScopedAStatus getSimPhonebookRecords(int32_t serial) override;
|
||||||
::ndk::ScopedAStatus iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;
|
|
||||||
::ndk::ScopedAStatus iccCloseLogicalChannelWithSessionInfo(int32_t serial,
|
::ndk::ScopedAStatus iccCloseLogicalChannelWithSessionInfo(int32_t serial,
|
||||||
const ::aidl::android::hardware::radio::sim::SessionInfo& recordInfo) override;
|
const ::aidl::android::hardware::radio::sim::SessionInfo& recordInfo) override;
|
||||||
::ndk::ScopedAStatus iccIoForApp(
|
::ndk::ScopedAStatus iccIoForApp(
|
||||||
@@ -104,6 +103,7 @@ class RadioSim : public RadioCompatBase, public aidl::android::hardware::radio::
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
std::shared_ptr<::aidl::android::hardware::radio::sim::IRadioSimResponse> respond();
|
std::shared_ptr<::aidl::android::hardware::radio::sim::IRadioSimResponse> respond();
|
||||||
|
::ndk::ScopedAStatus iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using RadioCompatBase::RadioCompatBase;
|
using RadioCompatBase::RadioCompatBase;
|
||||||
|
|||||||
Reference in New Issue
Block a user