Home
last modified time | relevance | path

Searched refs:RIL_E_REQUEST_NOT_SUPPORTED (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/radio/1.1/
H A DIRadioResponse.hal33 * RadioError:RIL_E_REQUEST_NOT_SUPPORTED
/aosp12/hardware/ril/librilutils/proto/
H A Dsap-api.proto122 RIL_E_REQUEST_NOT_SUPPORTED = 3; enumerator
/aosp12/hardware/ril/libril/
H A Dril.cpp905 case RIL_E_REQUEST_NOT_SUPPORTED: return "E_REQUEST_NOT_SUPPORTED"; in failCauseToString()
H A Dril_service.cpp1124 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setupDataCall()
2755 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in sendDeviceState()
2771 sendErrorResponse(pRI, RIL_E_REQUEST_NOT_SUPPORTED); in setIndicationFilter()
/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c2136 RIL_onRequestComplete(t, RIL_E_REQUEST_NOT_SUPPORTED, NULL, 0);
2710 RIL_onRequestComplete(t, RIL_E_REQUEST_NOT_SUPPORTED, NULL, 0);
2743 RIL_onRequestComplete(t, RIL_E_REQUEST_NOT_SUPPORTED, NULL, 0);
H A Dril.h137 RIL_E_REQUEST_NOT_SUPPORTED = 6, enumerator
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java1196 case SapApi.RIL_E_REQUEST_NOT_SUPPORTED: in mapRilErrorCode()
/aosp12/hardware/ril/include/telephony/
H A Dril.h137 RIL_E_REQUEST_NOT_SUPPORTED = 6, enumerator
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto519 RIL_E_REQUEST_NOT_SUPPORTED = 7; enumerator