Searched refs:RIL_E_REQUEST_NOT_SUPPORTED (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 122 RIL_E_REQUEST_NOT_SUPPORTED = 3; enumerator
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 951 case RIL_E_REQUEST_NOT_SUPPORTED: return "E_REQUEST_NOT_SUPPORTED"; in failCauseToString()
|
D | ril.h | 171 RIL_E_REQUEST_NOT_SUPPORTED = 6, enumerator
|
D | ril_service.cpp | 1488 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall() 3256 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in sendDeviceState() 3272 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setIndicationFilter() 3628 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall_1_2()
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 137 RIL_E_REQUEST_NOT_SUPPORTED = 6, enumerator
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4916 RIL_onRequestComplete(t, RIL_E_REQUEST_NOT_SUPPORTED, NULL, 0); 5186 RIL_onRequestComplete(t, RIL_E_REQUEST_NOT_SUPPORTED, NULL, 0);
|