Home
last modified time | relevance | path

Searched refs:slotPortMapping (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
Dstructs.cpp27 uint32_t toHidl(const aidl::SlotPortMapping& slotPortMapping) { in toHidl() argument
28 if (slotPortMapping.portId != 0) { in toHidl()
29 LOG(ERROR) << "Port ID " << slotPortMapping.portId << " != 0 not supported by HIDL HAL"; in toHidl()
31 return slotPortMapping.physicalSlotId; in toHidl()
Dstructs.h26 uint32_t toHidl(const aidl::android::hardware::radio::config::SlotPortMapping& slotPortMapping);
/hardware/interfaces/radio/aidl/vts/
Dradio_config_test.cpp172 SlotPortMapping slotPortMapping; in TEST_P() local
174 slotPortMapping.physicalSlotId = -1; in TEST_P()
175 slotPortMapping.portId = -1; in TEST_P()
176 std::vector<SlotPortMapping> slotPortMappingList = {slotPortMapping}; in TEST_P()
178 slotPortMappingList.push_back(slotPortMapping); in TEST_P()
180 slotPortMappingList.push_back(slotPortMapping); in TEST_P()
181 slotPortMappingList.push_back(slotPortMapping); in TEST_P()