Searched refs:RIL_SIM_IO_Response (Results 1 – 4 of 4) sorted by relevance
529 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;
663 } RIL_SIM_IO_Response; typedef
739 } RIL_SIM_IO_Response; typedef
7100 if (response == NULL || responseLen != sizeof(RIL_SIM_IO_Response)) { in responseIccIo()7105 RIL_SIM_IO_Response *resp = (RIL_SIM_IO_Response *) response; in responseIccIo()