Searched refs:simLockInfo (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 493 int32_t RilImpl::GetSimLockStatus(int32_t slotId, int32_t serialId, const SimLockInfo &simLockInfo) in GetSimLockStatus() argument 495 return TaskSchedule(&Telephony::HRilManager::GetSimLockStatus, slotId, serialId, simLockInfo); in GetSimLockStatus() 498 int32_t RilImpl::SetSimLock(int32_t slotId, int32_t serialId, const SimLockInfo &simLockInfo) in SetSimLock() argument 500 return TaskSchedule(&Telephony::HRilManager::SetSimLock, slotId, serialId, simLockInfo); in SetSimLock()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 107 int32_t GetSimLockStatus(int32_t slotId, int32_t serialId, const SimLockInfo &simLockInfo) override; 108 int32_t SetSimLock(int32_t slotId, int32_t serialId, const SimLockInfo &simLockInfo) override;
|
Completed in 4 milliseconds