Searched refs:tech (Results 1 – 9 of 9) sorted by relevance
/hardware/nxp/nfc/halimpl/inc/ |
D | phNxpNciHal_SelfTest.h | 123 phNxpNfc_Tech_t tech,
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 113 #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 …]
|
D | ril.h | 558 RIL_RadioTechnologyFamily tech; member
|
/hardware/nxp/nfc/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 81 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/ |
D | radio_hidl_hal_sms.cpp | 211 msg.tech = RadioTechnologyFamily::THREE_GPP2; in TEST_F()
|
/hardware/ril/include/telephony/ |
D | ril.h | 558 RIL_RadioTechnologyFamily tech; member
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1742 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
|
D | IRadioResponse.hal | 2567 * For more details, refer https://source.android.com/devices/tech/connect/ril.html
|
/hardware/ril/libril/ |
D | ril_service.cpp | 2119 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()
|