Home
last modified time | relevance | path

Searched refs:tech (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/ril/
Dreference-ril.c120 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
1893 if (RADIO_TECH_3GPP == p_args->tech) {
1897 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
1902 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
2870 int tech = techFromModemType(TECH(sMdmInfo)); local
2871 if (tech < 0 )
2874 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
3058 int tech = techFromModemType(TECH(sMdmInfo)); local
3059 if (tech > 0 ) {
3061 &tech, sizeof(tech));
[all …]
Dril.h558 RIL_RadioTechnologyFamily tech; member
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp344 int tech = atoi(details[0]); in request_setup_data_call() local
345 switch (tech) { in request_setup_data_call()
357 call.technology_ = RIL_RadioTechnology(tech - 2); in request_setup_data_call()
1741 switch (args->tech) { in request_ims_send_SMS()
1749 ALOGE("Invalid SMS format value: %d", args->tech); in request_ims_send_SMS()
2531 RIL_RadioTechnology tech = getBestVoiceTechnology(gModemCurrentType); in gce_ril_on_request() local
2532 gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech)); in gce_ril_on_request()
/device/linaro/hikey/
Dinit.common.rc39 # See storage config details at http://source.android.com/tech/storage/
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril.h562 RIL_RadioTechnologyFamily tech; member
Dril_service.cpp2204 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()
2269 temp.imsSms.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()
2296 RIL_RadioTechnologyFamily format = (RIL_RadioTechnologyFamily) message.tech; in sendImsSms()