Searched defs:rat (Results  1 – 5 of 5) sorted by relevance
| /device/sample/etc/ | 
| D | fix_apns_full_conf.py | 20 def rilRadioTechnologyToNetworkType(rat):  argument
 | 
| /device/google/cuttlefish/host/commands/modem_simulator/ | 
| D | data_service.cpp | 304 void DataService::sendOnePhysChanCfgUpdate(int status, int bandwidth, int rat,  in sendOnePhysChanCfgUpdate()
 | 
| /device/generic/goldfish/radio/include/telephony/ | 
| D | ril.h | 342     int rat;                // RIL_RadioAccessFamily for the radio  member1552     RIL_RadioTechnology rat;              // indicates the available voice radio technology,  member
 1613     RIL_RadioTechnology rat;              // indicates the available data radio technology,  member
 1777    uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */  member
 
 | 
| /device/google/cuttlefish/guest/hals/ril/reference-libril/ | 
| D | ril_service.cpp | 5576 RIL_CellInfoType getCellInfoTypeRadioTechnology(char *rat) {  in getCellInfoTypeRadioTechnology()6476                 int rat = ATOI_NULL_HANDLED_DEF(resp[3], 0);  in getVoiceRegistrationStateResponse()  local
 6535                 int rat = ATOI_NULL_HANDLED_DEF(resp[3], 0);  in getVoiceRegistrationStateResponse()  local
 6654                 int rat = ATOI_NULL_HANDLED_DEF(resp[3], 0);  in getDataRegistrationStateResponse()  local
 6705                 int rat = ATOI_NULL_HANDLED_DEF(resp[3], 0);  in getDataRegistrationStateResponse()  local
 11915         int32_t rat = ((int32_t *) response)[0];  in voiceRadioTechChangedInd()  local
 
 | 
| D | ril.h | 378     int rat;                // RIL_RadioAccessFamily for the radio  member2053     RIL_RadioTechnology rat;              // indicates the available voice radio technology,  member
 2113     RIL_RadioTechnology rat;              // indicates the available data radio technology,  member
 2277    uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */  member
 
 |