Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp198 int *pSlotMap = (int *)calloc(slotNum, sizeof(int)); in setSimSlotsMapping() local
201 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()