Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c2430 RIL_SIM_IO_Response auth_response = { local
2439 RIL_onRequestComplete(t, RIL_E_SUCCESS, &auth_response, sizeof(auth_response));
2446 memset(&auth_response, 0, sizeof(auth_response));
2465 parseAuthResponse(line, &auth_response);
2466 RIL_onRequestComplete(t, auth_response.sw2, &auth_response, sizeof(auth_response));
2467 free(auth_response.simResponse);