Home
last modified time | relevance | path

Searched refs:physicalSlotId (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_test.cpp114 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()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/3/android/hardware/radio/config/
DSlotPortMapping.aidl38 int physicalSlotId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/
DSlotPortMapping.aidl38 int physicalSlotId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/2/android/hardware/radio/config/
DSlotPortMapping.aidl37 int physicalSlotId;
/hardware/interfaces/radio/aidl/android/hardware/radio/config/
DSlotPortMapping.aidl26 int physicalSlotId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/1/android/hardware/radio/config/
DSlotPortMapping.aidl37 int physicalSlotId;
/hardware/interfaces/radio/aidl/vts/
Dradio_aidl_hal_utils.cpp226 void RadioServiceTest::updateSimSlotStatus(int physicalSlotId) { in updateSimSlotStatus() argument
239 if (radioConfigRsp->simSlotStatus.size() > physicalSlotId) { in updateSimSlotStatus()
240 slotStatus = radioConfigRsp->simSlotStatus[physicalSlotId]; in updateSimSlotStatus()
Dradio_config_test.cpp258 slotPortMapping.physicalSlotId = -1; in TEST_P()
280 slotPortMappingList[logicalSlotId].physicalSlotId = i; in TEST_P()
298 EXPECT_GE(slotPortMappingList[i].physicalSlotId, 0); in TEST_P()
Dradio_aidl_hal_utils.h177 void updateSimSlotStatus(int physicalSlotId);
Dradio_sim_test.cpp116 updateSimSlotStatus(cardStatus.slotMap.physicalSlotId); in TEST_P()
/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
Dstructs.cpp31 return slotPortMapping.physicalSlotId; in toHidl()
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
Dstructs.cpp176 .slotMap = {static_cast<int32_t>(status.base.base.physicalSlotId), 0}, in toAidl()
/hardware/interfaces/radio/1.2/
Dtypes.hal346 uint32_t physicalSlotId;