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
This commit is contained in:
committed by
Android (Google) Code Review
commit
be44d36ed7
@@ -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 getSimPhonebookCapacity(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,
|
||||
const ::aidl::android::hardware::radio::sim::SessionInfo& recordInfo) override;
|
||||
::ndk::ScopedAStatus iccIoForApp(
|
||||
@@ -104,6 +103,7 @@ class RadioSim : public RadioCompatBase, public aidl::android::hardware::radio::
|
||||
|
||||
protected:
|
||||
std::shared_ptr<::aidl::android::hardware::radio::sim::IRadioSimResponse> respond();
|
||||
::ndk::ScopedAStatus iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;
|
||||
|
||||
public:
|
||||
using RadioCompatBase::RadioCompatBase;
|
||||
|
||||
Reference in New Issue
Block a user