Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/inc/
DphNxpNciHal_SelfTest.h123 phNxpNfc_Tech_t tech,
/hardware/ril/reference-ril/
Dreference-ril.c113 #define TECH_SUPPORTED(mdminfo, tech) ((mdminfo)->supportedTechs & (tech)) argument
1803 if (RADIO_TECH_3GPP == p_args->tech) {
1807 } else if (RADIO_TECH_3GPP2 == p_args->tech) {
1812 RLOGE("requestImsSendSMS invalid format value =%d", p_args->tech);
2672 int tech = techFromModemType(TECH(sMdmInfo)); local
2673 if (tech < 0 )
2676 RIL_onRequestComplete(t, RIL_E_SUCCESS, &tech, sizeof(tech));
2843 int tech = techFromModemType(TECH(sMdmInfo)); local
2844 if (tech > 0 ) {
2846 &tech, sizeof(tech));
[all …]
Dril.h558 RIL_RadioTechnologyFamily tech; member
/hardware/nxp/nfc/halimpl/self-test/
DphNxpNciHal_SelfTest.cc81 uint8_t tech, uint8_t bitrate,
1354 phNxpNfc_Tech_t tech, in phNxpNciHal_PrbsTestStart() argument
1378 phNxpNciHal_getPrbsCmd(prbs_type, hw_prbs_type, tech, bitrate, in phNxpNciHal_PrbsTestStart()
1453 uint8_t tech, uint8_t bitrate, in phNxpNciHal_getPrbsCmd() argument
1460 NXPLOG_NCIHAL_D("phNxpNciHal_getPrbsCmd - tech 0x%x bitrate = 0x%x", tech, in phNxpNciHal_getPrbsCmd()
1481 switch (tech) { in phNxpNciHal_getPrbsCmd()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp211 msg.tech = RadioTechnologyFamily::THREE_GPP2; in TEST_F()
/hardware/ril/include/telephony/
Dril.h558 RIL_RadioTechnologyFamily tech; member
/hardware/interfaces/radio/1.0/
Dtypes.hal1742 RadioTechnologyFamily tech;
1749 vec<CdmaSmsMessage> cdmaMessage; // Valid field if tech is 3GPP2 and size = 1 else must be
1751 vec<GsmSmsMessage> gsmMessage; // Valid field if tech is 3GPP and size = 1 else must be
DIRadioResponse.hal2567 * For more details, refer https://source.android.com/devices/tech/connect/ril.html
/hardware/ril/libril/
Dril_service.cpp2119 rism.tech = RADIO_TECH_3GPP; in dispatchImsGsmSms()
2184 temp.imsSms.tech = RADIO_TECH_3GPP2; in dispatchImsCdmaSms()
2211 RIL_RadioTechnologyFamily format = (RIL_RadioTechnologyFamily) message.tech; in sendImsSms()