Home | History | Annotate | Download | only in libril

Lines Matching refs:RIL_LastCallFailCauseInfo

2370 // Response is an int or RIL_LastCallFailCauseInfo.
2371 // Currently, only Shamu plans to use RIL_LastCallFailCauseInfo.
2372 // TODO(yjl): Let all implementations use RIL_LastCallFailCauseInfo.
2386 } else if (responselen == sizeof(RIL_LastCallFailCauseInfo)) {
2388 RIL_LastCallFailCauseInfo *p_fail_cause_info = (RIL_LastCallFailCauseInfo *) response;
2397 "RIL_LastCallFailCauseInfo", (int)responselen);