Searched refs:slotPortMapping (Results 1 – 3 of 3) sorted by relevance
27 uint32_t toHidl(const aidl::SlotPortMapping& slotPortMapping) { in toHidl() argument28 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()
26 uint32_t toHidl(const aidl::android::hardware::radio::config::SlotPortMapping& slotPortMapping);
172 SlotPortMapping slotPortMapping; in TEST_P() local174 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()