Searched refs:sendErrorResponse (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 729 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 752 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 761 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR); in copyHidlStringToRil() 816 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 860 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 899 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1435 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1461 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1488 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1724 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() [all …]
|
D | ril_config.cpp | 78 extern void sendErrorResponse(android::RequestInfo *pRI, RIL_Errno err); 174 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping() 181 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping() 189 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping()
|