Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp319 if ((response == NULL) || (responseLen % sizeof(RIL_SimSlotStatus_V1_2) != 0)) { in getSimSlotsStatusResponse()
323 RIL_SimSlotStatus_V1_2 *psimSlotStatus = ((RIL_SimSlotStatus_V1_2 *) response); in getSimSlotsStatusResponse()
324 int num = responseLen / sizeof(RIL_SimSlotStatus_V1_2); in getSimSlotsStatusResponse()
468 if ((response == NULL) || (responseLen % sizeof(RIL_SimSlotStatus_V1_2) != 0)) { in simSlotsStatusChanged()
473 RIL_SimSlotStatus_V1_2 *psimSlotStatus = ((RIL_SimSlotStatus_V1_2 *)response); in simSlotsStatusChanged()
474 int num = responseLen / sizeof(RIL_SimSlotStatus_V1_2); in simSlotsStatusChanged()
Dril.h2580 } RIL_SimSlotStatus_V1_2; typedef
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3738 void getConfigSlotStatus(RIL_SimSlotStatus_V1_2 *pSimSlotStatus) {
3761 RIL_SimSlotStatus_V1_2 *pSimSlotStatusList =
3762 (RIL_SimSlotStatus_V1_2 *)calloc(SIM_COUNT, sizeof(RIL_SimSlotStatus_V1_2));
3768 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2));
3771 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2));