Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp2745 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
2747 responseInfo.serial = serial; in populateResponseInfo()
2750 responseInfo.type = RadioResponseType::SOLICITED; in populateResponseInfo()
2753 responseInfo.type = RadioResponseType::SOLICITED_ACK_EXP; in populateResponseInfo()
2756 responseInfo.error = (RadioError) e; in populateResponseInfo()
2759 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
2761 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
2770 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()
2778 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
2780 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
[all …]