Searched refs:pSlotMap (Results 1 – 1 of 1) sorted by relevance
198 int *pSlotMap = (int *)calloc(slotNum, sizeof(int)); in setSimSlotsMapping() local201 pSlotMap[socket_id] = slotMap[socket_id]; in setSimSlotsMapping()204 CALL_ONREQUEST(RIL_REQUEST_CONFIG_SET_SLOT_MAPPING, pSlotMap, in setSimSlotsMapping()206 if (pSlotMap != NULL) { in setSimSlotsMapping()207 free(pSlotMap); in setSimSlotsMapping()