Searched refs:sendErrorResponse (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 472 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 491 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 543 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 587 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 626 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1081 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1106 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1910 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in setInitialAttachApn() 1948 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in setInitialAttachApn() 1981 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setInitialAttachApn() [all …]
|