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.cpp359 if ((response == NULL) || (responseLen % sizeof(RIL_SimSlotStatus_V1_2) != 0)) { in getSimSlotsStatusResponse()
363 RIL_SimSlotStatus_V1_2 *psimSlotStatus = ((RIL_SimSlotStatus_V1_2 *) response); in getSimSlotsStatusResponse()
364 int num = responseLen / sizeof(RIL_SimSlotStatus_V1_2); in getSimSlotsStatusResponse()
535 if ((response == NULL) || (responseLen % sizeof(RIL_SimSlotStatus_V1_2) != 0)) { in simSlotsStatusChanged()
540 RIL_SimSlotStatus_V1_2 *psimSlotStatus = ((RIL_SimSlotStatus_V1_2 *)response); in simSlotsStatusChanged()
541 int num = responseLen / sizeof(RIL_SimSlotStatus_V1_2); in simSlotsStatusChanged()
Dril.h2923 } RIL_SimSlotStatus_V1_2; typedef
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c4377 void getConfigSlotStatus(RIL_SimSlotStatus_V1_2 *pSimSlotStatus) {
4410 RIL_SimSlotStatus_V1_2 *pSimSlotStatusList =
4411 (RIL_SimSlotStatus_V1_2 *)calloc(SIM_COUNT, sizeof(RIL_SimSlotStatus_V1_2));
4417 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2));
4420 SIM_COUNT * sizeof(RIL_SimSlotStatus_V1_2));