Home
last modified time | relevance | path

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

/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c1854 RIL_SIM_APDU *apdu = (RIL_SIM_APDU *)data;
1856 if (apdu == NULL || datalen != sizeof(RIL_SIM_APDU)) {
H A Dril.h656 } RIL_SIM_APDU; typedef
/aosp12/hardware/ril/include/telephony/
H A Dril.h656 } RIL_SIM_APDU; typedef
/aosp12/hardware/ril/libril/
H A Dril_service.cpp705 RIL_SIM_APDU apdu = {}; in dispatchIccApdu()