Searched refs:RIL_LastCallFailCauseInfo (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h878 } RIL_LastCallFailCauseInfo; typedef in typeref:struct:__anon5725
2678 * "response" is a const RIL_LastCallFailCauseInfo *
2679 * RIL_LastCallFailCauseInfo contains LastCallFailCause and vendor cause.
/hardware/ril/reference-ril/
H A Dril.h878 } RIL_LastCallFailCauseInfo; typedef in typeref:struct:__anon5944
2678 * "response" is a const RIL_LastCallFailCauseInfo *
2679 * RIL_LastCallFailCauseInfo contains LastCallFailCause and vendor cause.
/hardware/ril/libril/
H A Dril_service.cpp3444 } else if (responseLen == sizeof(RIL_LastCallFailCauseInfo)) {
3445 RIL_LastCallFailCauseInfo *pFailCauseInfo = (RIL_LastCallFailCauseInfo *) response;

Completed in 131 milliseconds