Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c128 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
2269 if (RADIO_TECH_3GPP == p_args->tech) {
2273 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
2278 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
4805 int tech = techFromModemType(TECH(sMdmInfo)); local
4806 if (tech < 0 )
4809 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
5237 int tech = techFromModemType(TECH(sMdmInfo)); local
5238 if (tech > 0 ) {
5240 &tech, sizeof(tech));
[all …]
/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp660 auto tech = getTechFromNetworkType((NetworkRegistrationStatus::AccessTechnoloy)act); in HandleSetNetworkSelectionMode() local
661 if (tech & modem_radio_capability_) { in HandleSetNetworkSelectionMode()
662 current_network_mode_ = tech; in HandleSetNetworkSelectionMode()
/device/linaro/dragonboard/
Dinit.common.rc23 # See storage config details at http://source.android.com/tech/storage/
/device/linaro/hikey/
Dinit.common.rc31 # See storage config details at http://source.android.com/tech/storage/
/device/generic/goldfish/radio/include/telephony/
Dril.h559 RIL_RadioTechnologyFamily tech; member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h635 RIL_RadioTechnologyFamily tech; member
Dril_service.cpp2587 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()
2652 temp.imsSms.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()
2679 RIL_RadioTechnologyFamily format = (RIL_RadioTechnologyFamily) message.tech; in sendImsSms()