Home
last modified time | relevance | path

Searched refs:cellInfoType (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h1680 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1694 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1708 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1722 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1733 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
Dril_service.cpp4739 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
4740 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
4838 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
4839 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
4921 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
4922 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
5120 … dataRegResponse14.base.cellIdentity.cellInfoType = dataRegResponse.cellIdentity.cellInfoType; in getDataRegistrationStateResponse()
9689 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()
9700 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
9834 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal_1_2()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h1511 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1525 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1539 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/device/generic/goldfish/radio/include/telephony/
Dril.h1510 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1524 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1538 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1581 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1595 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1609 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
Dril_service.cpp4570 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
4571 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
4669 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
4670 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
4752 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
4753 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
9379 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()
9390 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
/device/generic/goldfish/radio/libril/
Dril_service.cpp3585 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3586 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
3704 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3705 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3787 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3788 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
3969 … dataRegResponse14.base.cellIdentity.cellInfoType = dataRegResponse.cellIdentity.cellInfoType; in getDataRegistrationStateResponse()
8003 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()
8014 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1443 ci.cellInfoType = RIL_CELL_INFO_TYPE_GSM; in request_get_cell_info_list()