Home
last modified time | relevance | path

Searched refs:cellIdentity (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/radio/1.5/
DIRadioIndication.hal42 * @param cellIdentity the CellIdentity, which must include the globally unique identifier for
60 RadioIndicationType type, CellIdentity cellIdentity, string chosenPlmn,
78 RadioIndicationType type, CellIdentity cellIdentity, vec<BarringInfo> barringInfos);
DIRadioResponse.hal195 * @param cellIdentity CellIdentity for the barring infos.
204 oneway getBarringInfoResponse(RadioResponseInfo info, CellIdentity cellIdentity,
Dtypes.hal975 CellIdentity cellIdentity;
/hardware/ril/libril/
Dril_service.cpp3564 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
3566 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3567 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3568 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3569 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
3570 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3571 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3575 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3576 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3578 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
[all …]
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp47 CellIdentity cellIdentities = radioRsp->dataRegResp.cellIdentity; in TEST_P()
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_response.cpp980 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity, in getBarringInfoResponse()
983 this->barringCellIdentity = cellIdentity; in getBarringInfoResponse()
Dradio_hidl_hal_utils_v1_5.h573 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity,
806 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity,
/hardware/ril/include/telephony/
Dril.h1605 RIL_CellIdentity_v16 cellIdentity; // current cell information member
1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
/hardware/ril/reference-ril/
Dril.h1605 RIL_CellIdentity_v16 cellIdentity; // current cell information member
1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
/hardware/interfaces/radio/1.2/
Dtypes.hal588 CellIdentity cellIdentity;
621 CellIdentity cellIdentity;
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp750 radioRsp_v1_2->dataRegResp.cellIdentity; in TEST_P()
/hardware/interfaces/radio/1.0/
Dtypes.hal1708 CellIdentity cellIdentity;
1730 CellIdentity cellIdentity;