Searched refs:sendErrorResponse (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 500 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 523 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 532 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR); in copyHidlStringToRil() 587 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 631 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 670 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1134 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1159 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1382 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() 1396 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() [all …]
|