Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dreference-ril.c378 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine()
444 static void parseAuthResponse(char* line, RIL_SIM_IO_Response* response) { in parseAuthResponse()
2049 RIL_SIM_IO_Response sim_response;
2253 RIL_SIM_IO_Response sr;
2489 RIL_SIM_IO_Response auth_response = {
Dril.h664 } RIL_SIM_IO_Response; typedef
/device/generic/goldfish/radio/include/telephony/
Dril.h663 } RIL_SIM_IO_Response; typedef
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h713 } RIL_SIM_IO_Response; typedef
Dril_service.cpp5151 if (response == NULL || responseLen != sizeof(RIL_SIM_IO_Response)) { in responseIccIo()
5156 RIL_SIM_IO_Response *resp = (RIL_SIM_IO_Response *) response; in responseIccIo()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1781 RIL_SIM_IO_Response sr = {0, 0, 0}; in request_SIM_IO()
2090 RIL_SIM_IO_Response sr{}; in request_sim_apdu()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h716 } RIL_SIM_IO_Response; typedef
Dril_service.cpp5398 if (response == NULL || responseLen != sizeof(RIL_SIM_IO_Response)) { in responseIccIo()
5403 RIL_SIM_IO_Response *resp = (RIL_SIM_IO_Response *) response; in responseIccIo()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c489 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine()
2176 RIL_SIM_IO_Response sim_response;
2510 RIL_SIM_IO_Response sr;
/device/generic/goldfish/radio/libril/
Dril_service.cpp4198 if (response == NULL || responseLen != sizeof(RIL_SIM_IO_Response)) { in responseIccIo()
4203 RIL_SIM_IO_Response *resp = (RIL_SIM_IO_Response *) response; in responseIccIo()