Searched refs:sendErrorResponse (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 67 extern void sendErrorResponse(android::RequestInfo *pRI, RIL_Errno err); 154 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping() 161 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping() 169 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setSimSlotsMapping()
|
D | ril_service.cpp | 621 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 644 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 653 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR); in copyHidlStringToRil() 708 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 752 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 791 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1301 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1326 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1562 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() 1576 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() [all …]
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 610 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 633 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 642 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR); in copyHidlStringToRil() 697 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 741 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 780 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1283 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1308 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1531 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() 1545 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() [all …]
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 507 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() function 530 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in copyHidlStringToRil() 539 sendErrorResponse(pRI, RIL_E_INTERNAL_ERR); in copyHidlStringToRil() 594 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 638 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchStrings() 677 sendErrorResponse(pRI, RIL_E_NO_MEMORY); in dispatchInts() 1148 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in setupDataCall() 1173 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 1396 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() 1410 sendErrorResponse(pRI, RIL_E_INVALID_ARGUMENTS); in startNetworkScan() [all …]
|