D | ril_service.cpp | 2961 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument 2964 switch (responseType) { in populateResponseInfo() 2975 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument 2977 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty() 2994 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument 2996 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt() 3010 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() argument 3014 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse() 3060 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() argument 3068 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPinForAppResponse() [all …]
|