Searched refs:physicalSlotId (Results 1 – 13 of 13) sorted by relevance
114 if (cardStatus.physicalSlotId < 0 || in getLogicalSimId()115 cardStatus.physicalSlotId >= radioConfigRsp->simSlotStatus.size()) { in getLogicalSimId()116 ALOGI("Physical slot id: %d is out of range", cardStatus.physicalSlotId); in getLogicalSimId()120 logicalSlotId = radioConfigRsp->simSlotStatus[cardStatus.physicalSlotId].logicalSlotId; in getLogicalSimId()
38 int physicalSlotId;
37 int physicalSlotId;
26 int physicalSlotId;
226 void RadioServiceTest::updateSimSlotStatus(int physicalSlotId) { in updateSimSlotStatus() argument239 if (radioConfigRsp->simSlotStatus.size() > physicalSlotId) { in updateSimSlotStatus()240 slotStatus = radioConfigRsp->simSlotStatus[physicalSlotId]; in updateSimSlotStatus()
258 slotPortMapping.physicalSlotId = -1; in TEST_P()280 slotPortMappingList[logicalSlotId].physicalSlotId = i; in TEST_P()298 EXPECT_GE(slotPortMappingList[i].physicalSlotId, 0); in TEST_P()
177 void updateSimSlotStatus(int physicalSlotId);
116 updateSimSlotStatus(cardStatus.slotMap.physicalSlotId); in TEST_P()
31 return slotPortMapping.physicalSlotId; in toHidl()
176 .slotMap = {static_cast<int32_t>(status.base.base.physicalSlotId), 0}, in toAidl()
346 uint32_t physicalSlotId;