Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c529 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine()
2305 RIL_SIM_IO_Response sr;
2474 RIL_SIM_IO_Response sr = {0};
2539 RIL_SIM_IO_Response response;
2713 RIL_SIM_IO_Response sr;
3084 RIL_SIM_IO_Response sr;
/device/generic/goldfish/radio/include/telephony/
Dril.h663 } RIL_SIM_IO_Response; typedef
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h739 } RIL_SIM_IO_Response; typedef
Dril_service.cpp7100 if (response == NULL || responseLen != sizeof(RIL_SIM_IO_Response)) { in responseIccIo()
7105 RIL_SIM_IO_Response *resp = (RIL_SIM_IO_Response *) response; in responseIccIo()