Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c2475 RIL_SIM_APDU *apdu = (RIL_SIM_APDU *)data;
2477 if (apdu == NULL || datalen != sizeof(RIL_SIM_APDU)) {
2711 RIL_SIM_APDU *p_args = NULL;
2717 p_args = (RIL_SIM_APDU *)data;
/device/generic/goldfish/radio/include/telephony/
Dril.h656 } RIL_SIM_APDU; typedef
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h732 } RIL_SIM_APDU; typedef
Dril_service.cpp964 RIL_SIM_APDU apdu = {}; in dispatchIccApdu()